net.nemerosa.ontrack.model.labels.MainBuildLinksProvider.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.labels
import net.nemerosa.ontrack.model.structure.Project
/**
* Given a project, returns the list of project labels
* identifying the build links which should be displayed
* in the build links decoration.
*/
interface MainBuildLinksProvider {
fun getMainBuildLinksConfig(project: Project): ProvidedMainBuildLinksConfig
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy