Builder
class Builder
Properties
Link copied to clipboard
The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.
Link copied to clipboard
An optional branch in the remote repository.
Link copied to clipboard
The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.
Link copied to clipboard
The name of the remote repository that contains the job artifacts. For BitBucket providers, RepositoryName
should include WorkspaceName
. Use the format <WorkspaceName>/<RepositoryName>
.
Link copied to clipboard
The owner of the remote repository that contains the job artifacts.