Interface GithubReleaserExtension

All Superinterfaces:
ReleaseJobParameters

public interface GithubReleaserExtension extends ReleaseJobParameters
  • Method Details

    • getEnterpriseUrl

      org.gradle.api.provider.Property<String> getEnterpriseUrl()
      Get an endpoint override for GitHub.

      Only required if using GitHub enterprise.

      Returns:
      the base url for the GitHub instance
    • getApiToken

      org.gradle.api.provider.Property<String> getApiToken()
      Get the API token used to authenticate with GitHub.

      By default, this is read from the GITHUB_TOKEN environment variable.

      Returns:
      the api token property