Trigger Source To Build Args
data class TriggerSourceToBuildArgs(val bitbucketServerConfig: Output<String>? = null, val githubEnterpriseConfig: Output<String>? = null, val ref: Output<String>, val repoType: Output<String>, val repository: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<TriggerSourceToBuildArgs>
Constructors
Properties
Link copied to clipboard
The full resource name of the bitbucket server config. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{id}.
Link copied to clipboard
The full resource name of the github enterprise config. Format: projects/{project}/locations/{location}/githubEnterpriseConfigs/{id}. projects/{project}/githubEnterpriseConfigs/{id}.
Link copied to clipboard
The qualified resource name of the Repo API repository. Either uri or repository can be specified and is required.
Link copied to clipboard