com.atlassian.bamboo.plan.branch
Interface BambooVcsBranch

All Superinterfaces:
BambooIdProvider, BambooObject, NameProvider, VcsBranch
All Known Implementing Classes:
BambooVcsBranchImpl

public interface BambooVcsBranch
extends VcsBranch, BambooObject


Method Summary
 Chain getChain()
           
 void setChain(Chain chain)
           
 void setName(java.lang.String name)
           
 
Methods inherited from interface com.atlassian.bamboo.plan.branch.VcsBranch
getName, isEqualToBranchWith
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

getChain

@NotNull
Chain getChain()

setChain

void setChain(@NotNull
              Chain chain)

setName

void setName(@NotNull
             java.lang.String name)


Copyright © 2012 Atlassian. All Rights Reserved.