Package org.gradle.api.artifacts
Interface ComponentMetadataBuilder
-
@Incubating public interface ComponentMetadataBuilder
A component metadata builder.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetStatus(String status)Sets the status of this componentvoidsetStatusScheme(List<String> scheme)Sets the status scheme of this component
-