Package com.atlassian.bamboo.plan.branch
Interface BambooVcsBranch
- All Superinterfaces:
BambooIdProvider,BambooObject,NameProvider
- All Known Implementing Classes:
BambooVcsBranchImpl
-
Method Summary
Modifier and TypeMethodDescription@Nullable ChaingetChain()Returns the master chain associated with the VCS branch.long@Nullable DatebooleanisEqualToBranchWith(@NotNull String otherName) voidvoidsetChainId(@org.jetbrains.annotations.NotNull long chainId) voidsetDetectedDeletionDate(@Nullable Date detectedDeletionDate) voidMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods inherited from interface com.atlassian.bamboo.utils.NameProvider
getName
-
Method Details
-
isEqualToBranchWith
- Returns:
- true if this object is equal to a branch with given properties.
-
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
-
getChainId
long getChainId() -
setChainId
void setChainId(@NotNull @org.jetbrains.annotations.NotNull long chainId) -
setName
-
getDetectedDeletionDate
-
setDetectedDeletionDate
-