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

net.nemerosa.ontrack.model.ordering.BranchOrderingService.kt Maven / Gradle / Ivy

There is a newer version: 4.4.5
Show newest version
package net.nemerosa.ontrack.model.ordering

/**
 * Provides a way to order branches.
 */
interface BranchOrderingService {

    /**
     * Given an [id], returns a [BranchOrdering].
     */
    fun getBranchOrdering(id: String): BranchOrdering?

    /**
     * Gets the list of available branch orderings.
     */
    val branchOrderings: List

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy