Class CloudbuildTriggerBitbucketServerTriggerConfigPullRequestOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.062Z")
    @Stability(Stable)
    public class CloudbuildTriggerBitbucketServerTriggerConfigPullRequestOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudbuildTriggerBitbucketServerTriggerConfigPullRequestOutputReference

        protected CloudbuildTriggerBitbucketServerTriggerConfigPullRequestOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • CloudbuildTriggerBitbucketServerTriggerConfigPullRequestOutputReference

        protected CloudbuildTriggerBitbucketServerTriggerConfigPullRequestOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • CloudbuildTriggerBitbucketServerTriggerConfigPullRequestOutputReference

        @Stability(Stable)
        public CloudbuildTriggerBitbucketServerTriggerConfigPullRequestOutputReference​(@NotNull
                                                                                       com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                       @NotNull
                                                                                       String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetCommentControl

        @Stability(Stable)
        public void resetCommentControl()
      • resetInvertRegex

        @Stability(Stable)
        public void resetInvertRegex()
      • getBranchInput

        @Stability(Stable)
        @Nullable
        public String getBranchInput()
      • getCommentControlInput

        @Stability(Stable)
        @Nullable
        public String getCommentControlInput()
      • getInvertRegexInput

        @Stability(Stable)
        @Nullable
        public Object getInvertRegexInput()
      • getBranch

        @Stability(Stable)
        @NotNull
        public String getBranch()
      • setBranch

        @Stability(Stable)
        public void setBranch​(@NotNull
                              String value)
      • getCommentControl

        @Stability(Stable)
        @NotNull
        public String getCommentControl()
      • setCommentControl

        @Stability(Stable)
        public void setCommentControl​(@NotNull
                                      String value)
      • getInvertRegex

        @Stability(Stable)
        @NotNull
        public Object getInvertRegex()
      • setInvertRegex

        @Stability(Stable)
        public void setInvertRegex​(@NotNull
                                   Boolean value)
      • setInvertRegex

        @Stability(Stable)
        public void setInvertRegex​(@NotNull
                                   com.hashicorp.cdktf.IResolvable value)