Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OciCodeRepositoryConfiguration

An OCI Code repository configuration extends a SCM Configuration with necessary data to reach and use the OCI DevOps Code Repository.

Properties

branch

branch: string

The branch used by ADM to patch vulnerabilities.

Optional buildFileLocation

buildFileLocation: undefined | string

The location of the build file relative to the root of the repository. Only Maven build files (POM) are currently supported. If this property is not specified, ADM will use the build file located at the root of the repository.

isAutomergeEnabled

isAutomergeEnabled: boolean

If true, the Pull Request (PR) will be merged after the verify stage completes successfully If false, the PR with the proposed changes must be reviewed and manually merged.

ociCodeRepositoryId

ociCodeRepositoryId: string

The Oracle Cloud Identifier (OCID) of the OCI DevOps repository.

Const scmType

scmType: string = "OCI_CODE_REPOSITORY"

Methods

getDeserializedJsonObj

getJsonObj