Interface ImmutableChainBranch

All Superinterfaces:
BambooIdProvider, ChainBranchIdentifier, DescriptionProvider, ImmutableChain, ImmutableDeletable, ImmutableEntityWithOid, ImmutablePlan, NameProvider, PlanIdentifier, PlanKeyProvider, Triggerable, Versionable
All Known Subinterfaces:
ChainBranch
All Known Implementing Classes:
ChainBranchImpl, ImmutableChainBranchImpl

public interface ImmutableChainBranch extends ChainBranchIdentifier, ImmutableChain
Interface of an immutable version of ChainBranch
Since:
v4.0
  • Method Details

    • getCommitInformation

      @Nullable @Nullable BranchCommitInformation getCommitInformation()
    • getMetadata

      @NotNull @NotNull PlanBranchMetadata getMetadata()
    • isDivergent

      boolean isDivergent()
      Is branch divergent.
      Since:
      6.11