@Incubating public interface ComponentMetadata
Modifier and Type | Method and Description |
---|---|
ModuleVersionIdentifier |
getId()
Returns the identifier of the component.
|
java.lang.String |
getStatus()
Returns the status of the component.
|
java.util.List<java.lang.String> |
getStatusScheme()
Returns the status scheme of the component.
|
boolean |
isChanging()
Tells whether the component is changing or immutable.
|
ModuleVersionIdentifier getId()
boolean isChanging()
java.lang.String getStatus()
getStatusScheme()
.java.util.List<java.lang.String> getStatusScheme()
["integration", "milestone", "release"]
.