Package com.atlassian.bamboo.plan.branch
Interface VcsBranch
- All Superinterfaces:
NameProvider,Serializable
- All Known Implementing Classes:
VcsBranchImpl
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringThis one is important in svn, where vcs branch name is whole path and display name would be only last part of it.@NotNull StringgetName()booleanisEqualToBranchWith(@NotNull String otherName)
-
Method Details
-
getName
- Specified by:
getNamein interfaceNameProvider
-
getDisplayName
This one is important in svn, where vcs branch name is whole path and display name would be only last part of it. For repositories like git both are the same. -
isEqualToBranchWith
- Returns:
- true if this object is equal to a branch with given properties.
-