Interface GitHubIntegrationInput.Builder

  • Method Details

    • code

      Authorization code from OAuth flow

      Parameters:
      code - Authorization code from OAuth flow
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      CSRF state token for OAuth security

      Parameters:
      state - CSRF state token for OAuth security
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationName

      GitHubIntegrationInput.Builder organizationName(String organizationName)

      Name of the GitHub organization

      Parameters:
      organizationName - Name of the GitHub organization
      Returns:
      Returns a reference to this object so that method calls can be chained together.