public interface BambooVcsBranch extends BambooObject, NameProvider
| Modifier and Type | Method and Description |
|---|---|
Chain |
getChain()
Returns the master chain associated with the VCS branch.
|
long |
getChainId() |
Date |
getDetectedDeletionDate() |
boolean |
isEqualToBranchWith(String otherName) |
void |
setChain(Chain chain) |
void |
setChainId(long chainId) |
void |
setDetectedDeletionDate(Date detectedDeletionDate) |
void |
setName(String name) |
setIdgetIdgetNameboolean isEqualToBranchWith(@NotNull
String otherName)
@Nullable Chain getChain()
void setChain(@NotNull
Chain chain)
long getChainId()
void setChainId(@NotNull
long chainId)
void setName(@NotNull
String name)
@Nullable Date getDetectedDeletionDate()
void setDetectedDeletionDate(@Nullable
Date detectedDeletionDate)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.