/AWS1/CL_CONREVISION¶
Information about the revision for a specific sync event, such as the branch, owner ID, and name of the repository.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_branch TYPE /AWS1/CONBRANCHNAME /AWS1/CONBRANCHNAME¶
The branch name for a specific revision.
iv_directory TYPE /AWS1/CONDIRECTORY /AWS1/CONDIRECTORY¶
The directory, if any, for a specific revision.
iv_ownerid TYPE /AWS1/CONOWNERID /AWS1/CONOWNERID¶
The owner ID for a specific revision, such as the GitHub owner ID for a GitHub repository.
iv_repositoryname TYPE /AWS1/CONREPOSITORYNAME /AWS1/CONREPOSITORYNAME¶
The repository name for a specific revision.
iv_providertype TYPE /AWS1/CONPROVIDERTYPE /AWS1/CONPROVIDERTYPE¶
The provider type for a revision, such as GitHub.
iv_sha TYPE /AWS1/CONSHA /AWS1/CONSHA¶
The SHA, such as the commit ID, for a specific revision.
Queryable Attributes¶
Branch¶
The branch name for a specific revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BRANCH() |
Getter for BRANCH, with configurable default |
ASK_BRANCH() |
Getter for BRANCH w/ exceptions if field has no value |
HAS_BRANCH() |
Determine if BRANCH has a value |
Directory¶
The directory, if any, for a specific revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTORY() |
Getter for DIRECTORY, with configurable default |
ASK_DIRECTORY() |
Getter for DIRECTORY w/ exceptions if field has no value |
HAS_DIRECTORY() |
Determine if DIRECTORY has a value |
OwnerId¶
The owner ID for a specific revision, such as the GitHub owner ID for a GitHub repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERID() |
Getter for OWNERID, with configurable default |
ASK_OWNERID() |
Getter for OWNERID w/ exceptions if field has no value |
HAS_OWNERID() |
Determine if OWNERID has a value |
RepositoryName¶
The repository name for a specific revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORYNAME() |
Getter for REPOSITORYNAME, with configurable default |
ASK_REPOSITORYNAME() |
Getter for REPOSITORYNAME w/ exceptions if field has no valu |
HAS_REPOSITORYNAME() |
Determine if REPOSITORYNAME has a value |
ProviderType¶
The provider type for a revision, such as GitHub.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERTYPE() |
Getter for PROVIDERTYPE, with configurable default |
ASK_PROVIDERTYPE() |
Getter for PROVIDERTYPE w/ exceptions if field has no value |
HAS_PROVIDERTYPE() |
Determine if PROVIDERTYPE has a value |
Sha¶
The SHA, such as the commit ID, for a specific revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHA() |
Getter for SHA, with configurable default |
ASK_SHA() |
Getter for SHA w/ exceptions if field has no value |
HAS_SHA() |
Determine if SHA has a value |