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