Class CloudbuildTriggerGithubPush.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerGithubPush.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildTriggerGithubPush,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildTriggerGithubPush
@Stability(Stable) @Internal public static final class CloudbuildTriggerGithubPush.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildTriggerGithubPush
An implementation forCloudbuildTriggerGithubPush
-
-
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.CloudbuildTriggerGithubPush
CloudbuildTriggerGithubPush.Builder, CloudbuildTriggerGithubPush.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildTriggerGithubPush.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerGithubPush.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 git_ref 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(CloudbuildTriggerGithubPush.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerGithubPush.Builder.
-
-
Method Detail
-
getBranch
public final String getBranch()
Description copied from interface:CloudbuildTriggerGithubPushRegex 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 interfaceCloudbuildTriggerGithubPush
-
getInvertRegex
public final Object getInvertRegex()
Description copied from interface:CloudbuildTriggerGithubPushWhen true, only trigger a build if the revision regex does NOT match the git_ref 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 interfaceCloudbuildTriggerGithubPush
-
getTag
public final String getTag()
Description copied from interface:CloudbuildTriggerGithubPushRegex 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 interfaceCloudbuildTriggerGithubPush
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-