interface PullRequestConfiguration {
    codeRepositoryReference?: CodeRepositoryReference;
    useArtifactReference?: boolean;
}

Properties

codeRepositoryReference?: CodeRepositoryReference

Code repository reference.

useArtifactReference?: boolean

In case of Source based artifacts, Code reference will be present in Artifact details.