Package org.gradle.api.artifacts
Interface ComponentMetadataBuilder
A component metadata builder.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidSets the status of this componentvoidsetStatusScheme(List<String> scheme) Sets the status scheme of this component
-
Method Details
-
setStatus
Sets the status of this component- Parameters:
status- the component status
-
setStatusScheme
Sets the status scheme of this component- Parameters:
scheme- the status scheme
-