public interface PipelinedBuildable<State extends RulePipelineState> extends Buildable
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Step> |
getPipelinedBuildSteps(BuildContext buildContext,
ProjectFilesystem filesystem,
State state,
OutputPathResolver outputPathResolver,
BuildCellRelativePathFactory buildCellPathFactory) |
getBuildSteps
com.google.common.collect.ImmutableList<Step> getPipelinedBuildSteps(BuildContext buildContext, ProjectFilesystem filesystem, State state, OutputPathResolver outputPathResolver, BuildCellRelativePathFactory buildCellPathFactory)