com.atlassian.bamboo.plan.branch
Interface BambooVcsBranch

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

public interface BambooVcsBranch
extends VcsBranch, BambooObject


Method Summary
 Chain getChain()
          Returns the master chain associated with the VCS branch.
 long getChainId()
           
 Date getDetectedDeletionDate()
           
 void setChain(Chain chain)
           
 void setChainId(long chainId)
           
 void setDetectedDeletionDate(Date detectedDeletionDate)
           
 void setName(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

@Nullable
Chain getChain()
Returns the master chain associated with the VCS branch. Depending on how it is retrieved, the value could not be set though.

Returns:
master chain associated with the VCS branch

setChain

void setChain(@NotNull
              Chain chain)

getChainId

long getChainId()

setChainId

void setChainId(@NotNull
                long chainId)

setName

void setName(@NotNull
             String name)

getDetectedDeletionDate

@Nullable
Date getDetectedDeletionDate()

setDetectedDeletionDate

void setDetectedDeletionDate(@Nullable
                             Date detectedDeletionDate)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.