com.atlassian.bamboo.plan.branch
Class ChainBranchIdentifierImpl

java.lang.Object
  extended by com.atlassian.bamboo.plan.PlanIdentifierImpl
      extended by com.atlassian.bamboo.plan.branch.ChainBranchIdentifierImpl
All Implemented Interfaces:
BambooIdProvider, ChainBranchIdentifier, PlanIdentifier, DescriptionProvider, NameProvider

public class ChainBranchIdentifierImpl
extends PlanIdentifierImpl
implements ChainBranchIdentifier


Constructor Summary
ChainBranchIdentifierImpl(ChainBranch chainBranch)
           
ChainBranchIdentifierImpl(long id, java.lang.String discriminator, PlanKey planKey, java.lang.String description, java.lang.String buildName, java.lang.String buildKey, boolean suspendedFromBuilding, java.lang.String projectKey, java.lang.String projectName, java.lang.String projectDescription, long masterId)
           
 
Method Summary
 long getMasterId()
          Database id of master of this ChainBranch
 
Methods inherited from class com.atlassian.bamboo.plan.PlanIdentifierImpl
getBuildKey, getBuildName, getDescription, getId, getName, getPlanKey, getPlanType, getProject, isSuspendedFromBuilding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.plan.PlanIdentifier
getBuildKey, getBuildName, getId, getName, getPlanKey, getPlanType, getProject, isSuspendedFromBuilding
 
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription
 

Constructor Detail

ChainBranchIdentifierImpl

public ChainBranchIdentifierImpl(long id,
                                 java.lang.String discriminator,
                                 PlanKey planKey,
                                 java.lang.String description,
                                 java.lang.String buildName,
                                 java.lang.String buildKey,
                                 boolean suspendedFromBuilding,
                                 java.lang.String projectKey,
                                 java.lang.String projectName,
                                 java.lang.String projectDescription,
                                 long masterId)

ChainBranchIdentifierImpl

public ChainBranchIdentifierImpl(ChainBranch chainBranch)
Method Detail

getMasterId

public long getMasterId()
Description copied from interface: ChainBranchIdentifier
Database id of master of this ChainBranch

Specified by:
getMasterId in interface ChainBranchIdentifier
Returns:


Copyright © 2012 Atlassian. All Rights Reserved.