Class GitHubRepository<T extends GitHubRepository>

    • Field Detail

      • configFile

        protected transient XmlFile configFile
      • job

        protected transient Job<?,​?> job
      • changed

        protected transient boolean changed
    • Constructor Detail

      • GitHubRepository

        public GitHubRepository​(@NonNull
                                org.kohsuke.github.GHRepository ghRepository)
                         throws IOException
        Throws:
        IOException
      • GitHubRepository

        public GitHubRepository​(String repoFullName,
                                URL githubUrl)