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

public class ChainBranchIdentifierImpl extends PlanIdentifierImpl implements ChainBranchIdentifier
  • 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

      public ChainBranchIdentifierImpl(ChainBranchIdentifier chainBranch)
  • Method Details