public interface HasPostBuildSteps extends BuildRule
BuildRules 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, updateBuildRuleResolvergetDependencies, getSourcePathOutputsgetTypecom.google.common.collect.ImmutableList<Step> getPostBuildSteps(BuildContext context)
Steps that run after the build regardless of whether this build rule
actually ran or hit in the cache.