/AWS1/CL_SAGBITBUCKETINTGINPUT¶
The configuration for creating a Bitbucket integration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_installationid TYPE /AWS1/SAGBITBUCKETINSTLTNID /AWS1/SAGBITBUCKETINSTLTNID¶
The Atlassian installation identifier, available from the Atlassian administration console.
iv_workspace TYPE /AWS1/SAGBITBUCKETWORKSPACE /AWS1/SAGBITBUCKETWORKSPACE¶
The Bitbucket workspace slug that identifies the workspace to integrate, for example acme-corp.
iv_code TYPE /AWS1/SAGAUTHCODE /AWS1/SAGAUTHCODE¶
The OAuth 2.0 authorization code returned from the consent redirect.
iv_state TYPE /AWS1/SAGCSRFSTATE /AWS1/SAGCSRFSTATE¶
The CSRF state token echoed back from the OAuth redirect.
Queryable Attributes¶
installationId¶
The Atlassian installation identifier, available from the Atlassian administration console.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTALLATIONID() |
Getter for INSTALLATIONID, with configurable default |
ASK_INSTALLATIONID() |
Getter for INSTALLATIONID w/ exceptions if field has no valu |
HAS_INSTALLATIONID() |
Determine if INSTALLATIONID has a value |
workspace¶
The Bitbucket workspace slug that identifies the workspace to integrate, for example acme-corp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACE() |
Getter for WORKSPACE, with configurable default |
ASK_WORKSPACE() |
Getter for WORKSPACE w/ exceptions if field has no value |
HAS_WORKSPACE() |
Determine if WORKSPACE has a value |
code¶
The OAuth 2.0 authorization code returned from the consent redirect.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
state¶
The CSRF state token echoed back from the OAuth redirect.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |