Package io.github.cdklabs.projen
Class GitpodPrebuilds.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.GitpodPrebuilds.Jsii$Proxy
-
- All Implemented Interfaces:
GitpodPrebuilds,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GitpodPrebuilds
@Stability(Experimental) @Internal public static final class GitpodPrebuilds.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GitpodPrebuilds
An implementation forGitpodPrebuilds
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.GitpodPrebuilds
GitpodPrebuilds.Builder, GitpodPrebuilds.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GitpodPrebuilds.Builder builder)Constructor that initializes the object based on literal property values passed by theGitpodPrebuilds.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)BooleangetAddBadge()(experimental) Add a "Review in Gitpod" button to the pull request's description.BooleangetAddCheck()(experimental) Add a check to pull requests.BooleangetAddComment()(experimental) Add a "Review in Gitpod" button as a comment to pull requests.BooleangetAddLabel()(experimental) Add a label once the prebuild is ready to pull requests.BooleangetBranches()(experimental) Enable for all branches in this repo.BooleangetMaster()(experimental) Enable for the master/default branch.BooleangetPullRequests()(experimental) Enable for pull requests coming from this repo.BooleangetPullRequestsFromForks()(experimental) Enable for pull requests coming from forks.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(GitpodPrebuilds.Builder builder)
Constructor that initializes the object based on literal property values passed by theGitpodPrebuilds.Builder.
-
-
Method Detail
-
getAddBadge
public final Boolean getAddBadge()
Description copied from interface:GitpodPrebuilds(experimental) Add a "Review in Gitpod" button to the pull request's description.Default: false
- Specified by:
getAddBadgein interfaceGitpodPrebuilds
-
getAddCheck
public final Boolean getAddCheck()
Description copied from interface:GitpodPrebuilds(experimental) Add a check to pull requests.Default: true
- Specified by:
getAddCheckin interfaceGitpodPrebuilds
-
getAddComment
public final Boolean getAddComment()
Description copied from interface:GitpodPrebuilds(experimental) Add a "Review in Gitpod" button as a comment to pull requests.Default: false
- Specified by:
getAddCommentin interfaceGitpodPrebuilds
-
getAddLabel
public final Boolean getAddLabel()
Description copied from interface:GitpodPrebuilds(experimental) Add a label once the prebuild is ready to pull requests.Default: false
- Specified by:
getAddLabelin interfaceGitpodPrebuilds
-
getBranches
public final Boolean getBranches()
Description copied from interface:GitpodPrebuilds(experimental) Enable for all branches in this repo.Default: false
- Specified by:
getBranchesin interfaceGitpodPrebuilds
-
getMaster
public final Boolean getMaster()
Description copied from interface:GitpodPrebuilds(experimental) Enable for the master/default branch.Default: true
- Specified by:
getMasterin interfaceGitpodPrebuilds
-
getPullRequests
public final Boolean getPullRequests()
Description copied from interface:GitpodPrebuilds(experimental) Enable for pull requests coming from this repo.Default: true
- Specified by:
getPullRequestsin interfaceGitpodPrebuilds
-
getPullRequestsFromForks
public final Boolean getPullRequestsFromForks()
Description copied from interface:GitpodPrebuilds(experimental) Enable for pull requests coming from forks.Default: false
- Specified by:
getPullRequestsFromForksin interfaceGitpodPrebuilds
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-