Package com.atlassian.bamboo.plan.branch
Class ChainBranchIdentifierImpl
java.lang.Object
com.atlassian.bamboo.plan.PlanIdentifierImpl
com.atlassian.bamboo.plan.branch.ChainBranchIdentifierImpl
- All Implemented Interfaces:
BambooIdProvider,ChainBranchIdentifier,PlanIdentifier,PlanKeyProvider,DescriptionProvider,NameProvider
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.plan.PlanIdentifier
NAME_DELIMITERFields inherited from interface com.atlassian.bamboo.plan.PlanKeyProvider
getPlanKey -
Constructor Summary
ConstructorsConstructorDescriptionChainBranchIdentifierImpl(long id, String discriminator, PlanKey planKey, String description, String buildName, String buildKey, boolean suspendedFromBuilding, long projectId, String projectKey, String projectName, String projectDescription, Long masterId, String linkedJiraIssue, boolean remoteIssueLinkRequired) ChainBranchIdentifierImpl(ChainBranchIdentifier chainBranch) -
Method Summary
Modifier and TypeMethodDescriptionBranches can be linked to a specific jira issue.booleanStores whether a JIRA Issue exists but the remote issue link has not successfully been created for this branchMethods inherited from class com.atlassian.bamboo.plan.PlanIdentifierImpl
getBuildKey, getBuildName, getDatabaseId, getDescription, getId, getMasterId, getMasterIdIfExists, getName, getPlanKey, getPlanType, getProject, isSuspendedFromBuildingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescriptionMethods inherited from interface com.atlassian.bamboo.plan.PlanIdentifier
getBuildKey, getBuildName, getDatabaseId, getId, getMasterId, getMasterIdIfExists, getName, getPlanKey, getPlanType, getProject, isSuspendedFromBuilding
-
Constructor Details
-
ChainBranchIdentifierImpl
public ChainBranchIdentifierImpl(long id, String discriminator, PlanKey planKey, String description, String buildName, String buildKey, boolean suspendedFromBuilding, long projectId, String projectKey, String projectName, String projectDescription, Long masterId, String linkedJiraIssue, boolean remoteIssueLinkRequired) -
ChainBranchIdentifierImpl
-
-
Method Details
-
getLinkedJiraIssue
Description copied from interface:ChainBranchIdentifierBranches can be linked to a specific jira issue. This is the issue key of that issue.- Specified by:
getLinkedJiraIssuein interfaceChainBranchIdentifier- Returns:
-
isRemoteJiraLinkRequired
public boolean isRemoteJiraLinkRequired()Description copied from interface:ChainBranchIdentifierStores whether a JIRA Issue exists but the remote issue link has not successfully been created for this branch- Specified by:
isRemoteJiraLinkRequiredin interfaceChainBranchIdentifier- Returns:
- true if a remote issue link has not yet been created.
-