public interface VcsBranch extends NameProvider, Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
This one is important in svn, where vcs branch name is whole path and display name would be only last part of it.
|
String |
getName() |
boolean |
isEqualToBranchWith(String otherName) |
@NotNull String getName()
getName
in interface NameProvider
@NotNull String getDisplayName()
boolean isEqualToBranchWith(@NotNull String otherName)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.