All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.nemerosa.ontrack.model.labels.MainBuildLinksService.kt Maven / Gradle / Ivy

There is a newer version: 4.4.5
Show newest version
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 MainBuildLinksService {
    fun getMainBuildLinksConfig(project: Project): MainBuildLinksConfig
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy