Class CloudbuildTriggerBitbucketServerTriggerConfigPush.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerBitbucketServerTriggerConfigPush.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildTriggerBitbucketServerTriggerConfigPush,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildTriggerBitbucketServerTriggerConfigPush
@Stability(Stable) @Internal public static final class CloudbuildTriggerBitbucketServerTriggerConfigPush.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildTriggerBitbucketServerTriggerConfigPush
An implementation forCloudbuildTriggerBitbucketServerTriggerConfigPush
-
-
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.CloudbuildTriggerBitbucketServerTriggerConfigPush
CloudbuildTriggerBitbucketServerTriggerConfigPush.Builder, CloudbuildTriggerBitbucketServerTriggerConfigPush.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildTriggerBitbucketServerTriggerConfigPush.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBitbucketServerTriggerConfigPush.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.ObjectgetInvertRegex()When true, only trigger a build if the revision regex does NOT match the gitRef regex.StringgetTag()Regex of tags to match.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(CloudbuildTriggerBitbucketServerTriggerConfigPush.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBitbucketServerTriggerConfigPush.Builder.
-
-
Method Detail
-
getBranch
public final String getBranch()
Description copied from interface:CloudbuildTriggerBitbucketServerTriggerConfigPushRegex of branches to match. Specify only one of branch or tag.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 interfaceCloudbuildTriggerBitbucketServerTriggerConfigPush
-
getInvertRegex
public final Object getInvertRegex()
Description copied from interface:CloudbuildTriggerBitbucketServerTriggerConfigPushWhen true, only trigger a build if the revision regex does NOT match the gitRef regex.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 interfaceCloudbuildTriggerBitbucketServerTriggerConfigPush
-
getTag
public final String getTag()
Description copied from interface:CloudbuildTriggerBitbucketServerTriggerConfigPushRegex of tags to match. Specify only one of branch or tag.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#tag CloudbuildTrigger#tag}
- Specified by:
getTagin interfaceCloudbuildTriggerBitbucketServerTriggerConfigPush
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-