Class VcsRepositoryBranchProperties

    • Constructor Detail

      • VcsRepositoryBranchProperties

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

      • getRepositoryName

        @NotNull
        public @NotNull java.lang.String getRepositoryName()
      • getBranchName

        @NotNull
        public @NotNull java.lang.String getBranchName()
      • getBranchDisplayName

        @Nullable
        public @Nullable java.lang.String getBranchDisplayName()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object