public class ChainBranchIdentifierImpl extends PlanIdentifierImpl implements ChainBranchIdentifier
getPlanKeyFunction, NAME_DELIMITER
getPlanKey
Constructor and Description |
---|
ChainBranchIdentifierImpl(ChainBranchIdentifier chainBranch) |
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) |
Modifier and Type | Method and Description |
---|---|
String |
getLinkedJiraIssue()
Branches can be linked to a specific jira issue.
|
boolean |
isRemoteJiraLinkRequired()
Stores whether a JIRA Issue exists but the remote issue link has not successfully been created for this branch
|
getBuildKey, getBuildName, getDatabaseId, getDescription, getId, getMasterId, getMasterIdIfExists, getName, getPlanKey, getPlanType, getProject, isSuspendedFromBuilding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBuildKey, getBuildName, getDatabaseId, getId, getMasterId, getMasterIdIfExists, getName, getPlanKey, getPlanType, getProject, isSuspendedFromBuilding
getDescription
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)
public ChainBranchIdentifierImpl(ChainBranchIdentifier chainBranch)
public String getLinkedJiraIssue()
ChainBranchIdentifier
getLinkedJiraIssue
in interface ChainBranchIdentifier
public boolean isRemoteJiraLinkRequired()
ChainBranchIdentifier
isRemoteJiraLinkRequired
in interface ChainBranchIdentifier
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.