Class VcsRepositoryBranchProperties

    • Constructor Detail

      • VcsRepositoryBranchProperties

        public VcsRepositoryBranchProperties​(@NotNull
                                             @NotNull String repositoryName,
                                             @NotNull
                                             @NotNull String branchName,
                                             @Nullable
                                             @Nullable String branchDisplayName)
    • Method Detail

      • getRepositoryName

        @NotNull
        public @NotNull String getRepositoryName()
      • getBranchName

        @NotNull
        public @NotNull String getBranchName()
      • getBranchDisplayName

        @Nullable
        public @Nullable String getBranchDisplayName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object