Package com.atlassian.bamboo.plan.branch
Interface BambooVcsBranch
- All Superinterfaces:
BambooIdProvider
,BambooObject
,NameProvider
- All Known Implementing Classes:
BambooVcsBranchImpl
-
Method Summary
Modifier and TypeMethodDescription@Nullable Chain
getChain()
Returns the master chain associated with the VCS branch.long
@Nullable Date
boolean
isEqualToBranchWith
(@NotNull String otherName) void
void
setChainId
(@org.jetbrains.annotations.NotNull long chainId) void
setDetectedDeletionDate
(@Nullable Date detectedDeletionDate) void
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods 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
-