public interface BasicBuildContext
If there are new, changed or removed inputs, all outputs must be recreated. Outputs that are not recreated are considered obsolete and will be deleted at the end of the build.
Modifier and Type | Method and Description |
---|---|
boolean |
isProcessingRequired() |
Output<File> |
processOutput(File outputFile) |
ResourceMetadata<File> |
registerInput(File inputFile) |
Copyright © 2021. All rights reserved.