@Incubating @NonExtensible public interface ComponentMetadataDetails
ComponentMetadataHandler
.Modifier and Type | Method and Description |
---|---|
ModuleVersionIdentifier |
getId()
Returns the identifier of the component.
|
String |
getStatus()
Returns the status of the component.
|
List<String> |
getStatusScheme()
Returns the status scheme of the component.
|
boolean |
isChanging()
Tells whether the component is changing or immutable.
|
void |
setChanging(boolean changing)
Sets whether the component is changing or immutable.
|
void |
setStatus(String status)
Sets the status of the component.
|
void |
setStatusScheme(List<String> statusScheme)
Sets the status scheme of the component.
|
ModuleVersionIdentifier getId()
boolean isChanging()
String getStatus()
getStatusScheme()
.List<String> getStatusScheme()
["integration", "milestone", "release"]
.void setChanging(boolean changing)
changing
- whether the component is changing or immutablevoid setStatus(String status)
getStatusScheme()
.status
- the status of the component