com.atlassian.bamboo.plan.branch
Interface ChainBranchIdentifier

All Superinterfaces:
BambooIdProvider, DescriptionProvider, NameProvider, PlanIdentifier
All Known Subinterfaces:
ChainBranch, ImmutableChainBranch
All Known Implementing Classes:
ChainBranchIdentifierImpl, ChainBranchImpl, ImmutableChainBranchImpl

public interface ChainBranchIdentifier
extends PlanIdentifier


Method Summary
 long getMasterId()
          Database id of master of this ChainBranch
 
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
 

Method Detail

getMasterId

long getMasterId()
Database id of master of this ChainBranch

Returns:


Copyright © 2012 Atlassian. All Rights Reserved.