net.nemerosa.ontrack.model.support.ConnectorStatusIndicator.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-model Show documentation
Show all versions of ontrack-model Show documentation
Ontrack module: ontrack-model
package net.nemerosa.ontrack.model.support
/**
* Computes the status of a connector.
*/
interface ConnectorStatusIndicator {
/**
* ID
*/
val type: String
/**
* Computes a list of statuses
*/
val statuses: List
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy