Class GitHubDefaultBranch

    • Constructor Detail

      • GitHubDefaultBranch

        public GitHubDefaultBranch​(@NonNull
                                   String repoOwner,
                                   @NonNull
                                   String repository,
                                   @NonNull
                                   String defaultBranch)
    • Method Detail

      • getRepoOwner

        @NonNull
        public String getRepoOwner()
      • getRepository

        @NonNull
        public String getRepository()
      • getDefaultBranch

        @NonNull
        public String getDefaultBranch()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object