public interface VcsBranch extends NameProvider, Serializable
Modifier and Type | Method and Description |
---|---|
@NotNull 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.
|
@NotNull String |
getName() |
boolean |
isEqualToBranchWith(@NotNull String otherName) |
@NotNull @NotNull String getName()
getName
in interface NameProvider
@NotNull @NotNull String getDisplayName()
boolean isEqualToBranchWith(@NotNull @NotNull String otherName)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.