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
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.