Class VcsRepositoryDto


  • public class VcsRepositoryDto
    extends Object
    • Constructor Detail

      • VcsRepositoryDto

        public VcsRepositoryDto​(@NotNull
                                String repositoryName,
                                @Nullable
                                String httpCloneUrl,
                                @Nullable
                                String sshCloneUrl,
                                @Nullable
                                String htmlUrl,
                                @Nullable
                                String defaultBranch,
                                @Nullable
                                String description,
                                @Nullable
                                String language,
                                boolean isPrivate,
                                @Nullable
                                Boolean isFork)
    • Method Detail

      • getRepositoryName

        @NotNull
        public String getRepositoryName()
      • getHttpCloneUrl

        @Nullable
        public String getHttpCloneUrl()
      • getSshCloneUrl

        @Nullable
        public String getSshCloneUrl()
      • getHtmlUrl

        @Nullable
        public String getHtmlUrl()
      • getDefaultBranch

        @Nullable
        public String getDefaultBranch()
      • getDescription

        @Nullable
        public String getDescription()
      • getLanguage

        @Nullable
        public String getLanguage()
      • isPrivate

        public boolean isPrivate()
      • isFork

        @Nullable
        public Boolean isFork()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object