Class CloudbuildTriggerBitbucketServerTriggerConfigPullRequest.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerBitbucketServerTriggerConfigPullRequest.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildTriggerBitbucketServerTriggerConfigPullRequest,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildTriggerBitbucketServerTriggerConfigPullRequest
@Stability(Stable) @Internal public static final class CloudbuildTriggerBitbucketServerTriggerConfigPullRequest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildTriggerBitbucketServerTriggerConfigPullRequest
An implementation forCloudbuildTriggerBitbucketServerTriggerConfigPullRequest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerBitbucketServerTriggerConfigPullRequest
CloudbuildTriggerBitbucketServerTriggerConfigPullRequest.Builder, CloudbuildTriggerBitbucketServerTriggerConfigPullRequest.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildTriggerBitbucketServerTriggerConfigPullRequest.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBitbucketServerTriggerConfigPullRequest.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetBranch()Regex of branches to match.StringgetCommentControl()Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.ObjectgetInvertRegex()If true, branches that do NOT match the git_ref will trigger a build.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CloudbuildTriggerBitbucketServerTriggerConfigPullRequest.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBitbucketServerTriggerConfigPullRequest.Builder.
-
-
Method Detail
-
getBranch
public final String getBranch()
Description copied from interface:CloudbuildTriggerBitbucketServerTriggerConfigPullRequestRegex of branches to match.The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#branch CloudbuildTrigger#branch}
- Specified by:
getBranchin interfaceCloudbuildTriggerBitbucketServerTriggerConfigPullRequest
-
getCommentControl
public final String getCommentControl()
Description copied from interface:CloudbuildTriggerBitbucketServerTriggerConfigPullRequestConfigure builds to run whether a repository owner or collaborator need to comment /gcbrun. Possible values: ["COMMENTS_DISABLED", "COMMENTS_ENABLED", "COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#comment_control CloudbuildTrigger#comment_control}
- Specified by:
getCommentControlin interfaceCloudbuildTriggerBitbucketServerTriggerConfigPullRequest
-
getInvertRegex
public final Object getInvertRegex()
Description copied from interface:CloudbuildTriggerBitbucketServerTriggerConfigPullRequestIf true, branches that do NOT match the git_ref will trigger a build.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#invert_regex CloudbuildTrigger#invert_regex}
- Specified by:
getInvertRegexin interfaceCloudbuildTriggerBitbucketServerTriggerConfigPullRequest
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-