Class AbstractGithubService

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.kohsuke.github.GitHub github  
      protected static org.kohsuke.github.GHUser user  
      • Fields inherited from class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService

        baseUrl, config, REPOSITORY_TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractGithubService​(org.jboss.set.aphrodite.repository.services.common.RepositoryType REPOSITORY_TYPE)  
    • Field Detail

      • github

        protected static org.kohsuke.github.GitHub github
      • user

        protected static org.kohsuke.github.GHUser user
    • Constructor Detail

      • AbstractGithubService

        public AbstractGithubService​(org.jboss.set.aphrodite.repository.services.common.RepositoryType REPOSITORY_TYPE)
    • Method Detail

      • init

        public boolean init​(org.jboss.set.aphrodite.config.RepositoryConfig config)
        Overrides:
        init in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
      • commonGithubInit

        public static boolean commonGithubInit​(org.jboss.set.aphrodite.config.RepositoryConfig config)