Package com.atlassian.bamboo.plan.branch
Interface VcsBranch
- All Superinterfaces:
NameProvider
,Serializable
- All Known Implementing Classes:
VcsBranchImpl
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
This one is important in svn, where vcs branch name is whole path and display name would be only last part of it.@NotNull String
getName()
boolean
isEqualToBranchWith
(@NotNull String otherName)
-
Method Details
-
getName
- Specified by:
getName
in 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.
-