Interface ChainBranchIdentifier

All Superinterfaces:
BambooIdProvider, DescriptionProvider, NameProvider, PlanIdentifier, PlanKeyProvider
All Known Subinterfaces:
ChainBranch, ImmutableChainBranch
All Known Implementing Classes:
ChainBranchIdentifierImpl, ChainBranchImpl, ImmutableChainBranchImpl

public interface ChainBranchIdentifier extends PlanIdentifier
  • Method Details

    • getLinkedJiraIssue

      @Nullable @Nullable String getLinkedJiraIssue()
      Branches can be linked to a specific jira issue. This is the issue key of that issue.
      Returns:
    • isRemoteJiraLinkRequired

      boolean isRemoteJiraLinkRequired()
      Stores whether a JIRA Issue exists but the remote issue link has not successfully been created for this branch
      Returns:
      true if a remote issue link has not yet been created.