@Stability(value=Experimental) public static final class GitpodPrebuilds.Builder extends Object implements software.amazon.jsii.Builder<GitpodPrebuilds>
GitpodPrebuilds| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GitpodPrebuilds.Builder |
addBadge(Boolean addBadge)
Sets the value of
GitpodPrebuilds.getAddBadge() |
GitpodPrebuilds.Builder |
addCheck(Boolean addCheck)
Sets the value of
GitpodPrebuilds.getAddCheck() |
GitpodPrebuilds.Builder |
addComment(Boolean addComment)
Sets the value of
GitpodPrebuilds.getAddComment() |
GitpodPrebuilds.Builder |
addLabel(Boolean addLabel)
Sets the value of
GitpodPrebuilds.getAddLabel() |
GitpodPrebuilds.Builder |
branches(Boolean branches)
Sets the value of
GitpodPrebuilds.getBranches() |
GitpodPrebuilds |
build()
Builds the configured instance.
|
GitpodPrebuilds.Builder |
master(Boolean master)
Sets the value of
GitpodPrebuilds.getMaster() |
GitpodPrebuilds.Builder |
pullRequests(Boolean pullRequests)
Sets the value of
GitpodPrebuilds.getPullRequests() |
GitpodPrebuilds.Builder |
pullRequestsFromForks(Boolean pullRequestsFromForks)
Sets the value of
GitpodPrebuilds.getPullRequestsFromForks() |
@Stability(value=Experimental) public GitpodPrebuilds.Builder addBadge(Boolean addBadge)
GitpodPrebuilds.getAddBadge()addBadge - Add a "Review in Gitpod" button to the pull request's description.this@Stability(value=Experimental) public GitpodPrebuilds.Builder addCheck(Boolean addCheck)
GitpodPrebuilds.getAddCheck()addCheck - Add a check to pull requests.this@Stability(value=Experimental) public GitpodPrebuilds.Builder addComment(Boolean addComment)
GitpodPrebuilds.getAddComment()addComment - Add a "Review in Gitpod" button as a comment to pull requests.this@Stability(value=Experimental) public GitpodPrebuilds.Builder addLabel(Boolean addLabel)
GitpodPrebuilds.getAddLabel()addLabel - Add a label once the prebuild is ready to pull requests.this@Stability(value=Experimental) public GitpodPrebuilds.Builder branches(Boolean branches)
GitpodPrebuilds.getBranches()branches - Enable for all branches in this repo.this@Stability(value=Experimental) public GitpodPrebuilds.Builder master(Boolean master)
GitpodPrebuilds.getMaster()master - Enable for the master/default branch.this@Stability(value=Experimental) public GitpodPrebuilds.Builder pullRequests(Boolean pullRequests)
GitpodPrebuilds.getPullRequests()pullRequests - Enable for pull requests coming from this repo.this@Stability(value=Experimental) public GitpodPrebuilds.Builder pullRequestsFromForks(Boolean pullRequestsFromForks)
GitpodPrebuilds.getPullRequestsFromForks()pullRequestsFromForks - Enable for pull requests coming from forks.this@Stability(value=Experimental) public GitpodPrebuilds build()
build in interface software.amazon.jsii.Builder<GitpodPrebuilds>GitpodPrebuildsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.