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

net.nemerosa.ontrack.model.structure.BranchDisplayNameService.kt Maven / Gradle / Ivy

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

/**
 * Service which, given a [Branch], returns its display name. This can be the actual
 * [name][Branch.name] of the branch or its SCM path (like a Git branch name).
 */
interface BranchDisplayNameService {

    /**
     * Gets the display name for this branch
     */
    fun getBranchDisplayName(branch: Branch): String

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy