Package io.quarkiverse.githubapp


package io.quarkiverse.githubapp
  • Class
    Description
    Marks a parameter as a configuration file to be fetched from the code repository, and optionally (if the parameter type is different from String) deserialized using Jackson.
    Which repository to extract a configuration file from.
    The name of the credentials to use in your CredentialsProvider.
    A provider of GitHub clients for the GitHub app.
    A provider of configuration files fetched from GitHub repositories.
    Provide a CDI bean implementing this interface to customize GitHubBuilder used to create the GitHub instances.
    This object will be serialized to JSON when the replay is enabled.