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

net.nemerosa.ontrack.model.links.BranchLinksEdge.kt Maven / Gradle / Ivy

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

/**
 * Edge between two [nodes][BranchLinksNode] in a graph of branch links.
 *
 * @property direction Edge direction (dependency relationship)
 * @property linkedTo Target of the edge
 * @property decorations Decorations for this edge
 */
class BranchLinksEdge(
    val direction: BranchLinksDirection,
    val linkedTo: BranchLinksNode,
    val decorations: List
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy