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 void
setStatus(String status)
Sets the status of this componentvoid
setStatusScheme(List<String> scheme)
Sets the status scheme of this component
-