return ImmutableList.of(new ActionExecutionStep(action,context.getShouldDeleteTemporaries(),new ArtifactFilesystem(getProjectFilesystem()))); | return ImmutableList.of(new ActionExecutionStep(action.get(),context.getShouldDeleteTemporaries(),new ArtifactFilesystem(getProjectFilesystem()))); | new ActionExecutionStep(action,context.getShouldDeleteTemporaries(),new ArtifactFilesystem(getProjectFilesystem())) | new ActionExecutionStep(action.get(),context.getShouldDeleteTemporaries(),new ArtifactFilesystem(getProjectFilesystem())) | buck | 1291accdf54acd4425c173706d03eb009c1b3f6f | com.facebook.buck.core.rules.impl.RuleAnalysisLegacyBuildRuleView | | | TCIVar | action |
---|
v0 | context.getShouldDeleteTemporaries() |
---|
v1 | new ArtifactFilesystem(getProjectFilesystem()) |
---|
| - com.facebook.buck.step.impl.ActionExecutionStep
| TCIVar | action |
---|
v0 | context.getShouldDeleteTemporaries() |
---|
v1 | new ArtifactFilesystem(getProjectFilesystem()) |
---|
| Uses | True |