Class FactoryGitHubConfiguration

    • Constructor Detail

      • FactoryGitHubConfiguration

        public FactoryGitHubConfiguration()
    • Method Detail

      • hostname

        public String hostname()
        Get the hostname property: GitHub Enterprise host name. For example: https://github.mydomain.com.
        Returns:
        the hostname value.
      • withHostname

        public FactoryGitHubConfiguration withHostname​(String hostname)
        Set the hostname property: GitHub Enterprise host name. For example: https://github.mydomain.com.
        Parameters:
        hostname - the hostname value to set.
        Returns:
        the FactoryGitHubConfiguration object itself.
      • clientId

        public String clientId()
        Get the clientId property: GitHub bring your own app client id.
        Returns:
        the clientId value.
      • withClientId

        public FactoryGitHubConfiguration withClientId​(String clientId)
        Set the clientId property: GitHub bring your own app client id.
        Parameters:
        clientId - the clientId value to set.
        Returns:
        the FactoryGitHubConfiguration object itself.
      • clientSecret

        public GitHubClientSecret clientSecret()
        Get the clientSecret property: GitHub bring your own app client secret information.
        Returns:
        the clientSecret value.
      • withClientSecret

        public FactoryGitHubConfiguration withClientSecret​(GitHubClientSecret clientSecret)
        Set the clientSecret property: GitHub bring your own app client secret information.
        Parameters:
        clientSecret - the clientSecret value to set.
        Returns:
        the FactoryGitHubConfiguration object itself.