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