Package com.pulumi.gcp.cloudbuild.inputs
Class TriggerGithubPullRequestArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.cloudbuild.inputs.TriggerGithubPullRequestArgs
-
public final class TriggerGithubPullRequestArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TriggerGithubPullRequestArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static TriggerGithubPullRequestArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
branch()
static TriggerGithubPullRequestArgs.Builder
builder()
static TriggerGithubPullRequestArgs.Builder
builder(TriggerGithubPullRequestArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
commentControl()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
invertRegex()
-
-
-
Field Detail
-
Empty
public static final TriggerGithubPullRequestArgs Empty
-
-
Method Detail
-
branch
public com.pulumi.core.Output<java.lang.String> branch()
- Returns:
- Regex 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
-
commentControl
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> commentControl()
- Returns:
- Configure builds to run whether a repository owner or collaborator need to comment /gcbrun. Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
-
invertRegex
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> invertRegex()
- Returns:
- If true, branches that do NOT match the git_ref will trigger a build.
-
builder
public static TriggerGithubPullRequestArgs.Builder builder()
-
builder
public static TriggerGithubPullRequestArgs.Builder builder(TriggerGithubPullRequestArgs defaults)
-
-