Package com.atlassian.bamboo.plan.branch
Interface ChainBranchIdentifier
- All Superinterfaces:
BambooIdProvider
,DescriptionProvider
,NameProvider
,PlanIdentifier
,PlanKeyProvider
- All Known Subinterfaces:
ChainBranch
,ImmutableChainBranch
- All Known Implementing Classes:
ChainBranchIdentifierImpl
,ChainBranchImpl
,ImmutableChainBranchImpl
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.plan.PlanIdentifier
NAME_DELIMITER
Fields inherited from interface com.atlassian.bamboo.plan.PlanKeyProvider
getPlanKey
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
Branches can be linked to a specific jira issue.boolean
Stores whether a JIRA Issue exists but the remote issue link has not successfully been created for this branchMethods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription
Methods inherited from interface com.atlassian.bamboo.plan.PlanIdentifier
getBuildKey, getBuildName, getDatabaseId, getId, getMasterId, getMasterIdIfExists, getName, getPlanKey, getPlanType, getProject, isSuspendedFromBuilding
-
Method Details
-
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.
-