Interface BitbucketIntegrationInput.Builder

  • Method Details

    • installationId

      BitbucketIntegrationInput.Builder installationId(String installationId)

      The Atlassian installation identifier, available from the Atlassian administration console.

      Parameters:
      installationId - The Atlassian installation identifier, available from the Atlassian administration console.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workspace

      The Bitbucket workspace slug that identifies the workspace to integrate, for example acme-corp.

      Parameters:
      workspace - The Bitbucket workspace slug that identifies the workspace to integrate, for example acme-corp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The OAuth 2.0 authorization code returned from the consent redirect.

      Parameters:
      code - The OAuth 2.0 authorization code returned from the consent redirect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The CSRF state token echoed back from the OAuth redirect.

      Parameters:
      state - The CSRF state token echoed back from the OAuth redirect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.