public interface HasPostBuildSteps extends BuildRule
BuildRule
s which perform operations after the build. Prefer
creating a BuildRule
that returns false from BuildRule.isCacheable()
.Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Step> |
getPostBuildSteps(BuildContext context) |
compareTo, getBuildDeps, getBuildSteps, getBuildTarget, getFullyQualifiedName, getProjectFilesystem, getSourcePathToOutput, hasBuildSteps, isCacheable, outputFileCanBeCopied, shouldRespectInputSizeLimitForRemoteExecution, toString, updateBuildRuleResolver
getDependencies, getSourcePathOutputs
getType
com.google.common.collect.ImmutableList<Step> getPostBuildSteps(BuildContext context)
Step
s that run after the build regardless of whether this build rule
actually ran or hit in the cache.