Class GHAppFromManifest

    • Constructor Detail

      • GHAppFromManifest

        public GHAppFromManifest()
    • Method Detail

      • getClientId

        public String getClientId()
        Gets the client id
        Returns:
        the client id
      • getClientSecret

        public String getClientSecret()
        Gets the client secret
        Returns:
        the client secret
      • getWebhookSecret

        public String getWebhookSecret()
        Gets the webhook secret
        Returns:
        the webhook secret
      • getPem

        public String getPem()
        Gets the pem
        Returns:
        the pem
      • getRoot

        @Deprecated
        public GitHub getRoot()
        Deprecated.
        For access to the GitHub instance, use a local copy instead of pulling it out of objects.
        Get the root GitHub instance for this object.
        Returns:
        the root GitHub instance