Class RepositoryInfo

    • Constructor Detail

      • RepositoryInfo

        public RepositoryInfo​(String repoUrl,
                              String defaultBranch,
                              String branch)
    • Method Detail

      • getRepoUrl

        @Nullable
        public String getRepoUrl()
      • getDefaultBranch

        @Nullable
        public String getDefaultBranch()
      • getBranch

        @Nullable
        public String getBranch()