Skip to content

/AWS1/CL_GURS3REPOSITORYDETS

Specifies the name of an S3 bucket and a CodeArtifacts object that contains the S3 object keys for a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_bucketname TYPE /AWS1/GURS3BUCKETNAME /AWS1/GURS3BUCKETNAME

The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-.

io_codeartifacts TYPE REF TO /AWS1/CL_GURCODEARTIFACTS /AWS1/CL_GURCODEARTIFACTS

A CodeArtifacts object. The CodeArtifacts object includes the S3 object key for a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.


Queryable Attributes

BucketName

The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-.

Accessible with the following methods

Method Description
GET_BUCKETNAME() Getter for BUCKETNAME, with configurable default
ASK_BUCKETNAME() Getter for BUCKETNAME w/ exceptions if field has no value
HAS_BUCKETNAME() Determine if BUCKETNAME has a value

CodeArtifacts

A CodeArtifacts object. The CodeArtifacts object includes the S3 object key for a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.

Accessible with the following methods

Method Description
GET_CODEARTIFACTS() Getter for CODEARTIFACTS