api / org.gradle.api.artifacts / ComponentMetadata / getStatusScheme

getStatusScheme

abstract fun getStatusScheme(): MutableList<String>

Returns the status scheme of the component. Values are ordered from least to most mature status. Defaults to ["integration", "milestone", "release"].

Return
the status scheme of the component