Interface VcsBranch

    • Method Detail

      • getDisplayName

        @NotNull
        @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. For repositories like git both are the same.
      • isEqualToBranchWith

        boolean isEqualToBranchWith​(@NotNull
                                    @NotNull String otherName)
        Returns:
        true if this object is equal to a branch with given properties.