@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.401Z") @Stability(value=Experimental) public interface GitpodPrebuilds extends software.amazon.jsii.JsiiSerializable
Currently only GitHub is supported.
https://www.gitpod.io/docs/prebuilds/| Modifier and Type | Interface and Description |
|---|---|
static class |
GitpodPrebuilds.Builder
A builder for
GitpodPrebuilds |
static class |
GitpodPrebuilds.Jsii$Proxy
An implementation for
GitpodPrebuilds |
| Modifier and Type | Method and Description |
|---|---|
static GitpodPrebuilds.Builder |
builder() |
default Boolean |
getAddBadge()
(experimental) Add a "Review in Gitpod" button to the pull request's description.
|
default Boolean |
getAddCheck()
(experimental) Add a check to pull requests.
|
default Boolean |
getAddComment()
(experimental) Add a "Review in Gitpod" button as a comment to pull requests.
|
default Boolean |
getAddLabel()
(experimental) Add a label once the prebuild is ready to pull requests.
|
default Boolean |
getBranches()
(experimental) Enable for all branches in this repo.
|
default Boolean |
getMaster()
(experimental) Enable for the master/default branch.
|
default Boolean |
getPullRequests()
(experimental) Enable for pull requests coming from this repo.
|
default Boolean |
getPullRequestsFromForks()
(experimental) Enable for pull requests coming from forks.
|
@Stability(value=Experimental) @Nullable default Boolean getAddBadge()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getAddCheck()
Default: true
@Stability(value=Experimental) @Nullable default Boolean getAddComment()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getAddLabel()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getBranches()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getMaster()
Default: true
@Stability(value=Experimental) @Nullable default Boolean getPullRequests()
Default: true
@Stability(value=Experimental) @Nullable default Boolean getPullRequestsFromForks()
Default: false
@Stability(value=Experimental) static GitpodPrebuilds.Builder builder()
GitpodPrebuilds.Builder of GitpodPrebuildsCopyright © 2021. All rights reserved.