Package io.github.cdklabs.projen.gitlab
Class Include.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.gitlab.Include.Jsii$Proxy
-
-
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.gitlab.Include
Include.Builder, Include.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Include.Builder builder)Constructor that initializes the object based on literal property values passed by theInclude.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)List<String>getFile()(experimental) Files from another private project on the same GitLab instance.StringgetLocal()(experimental) Relative path from local repository root (/) to theyaml/ymlfile template.StringgetProject()(experimental) Path to the project, e.g.StringgetRef()(experimental) Branch/Tag/Commit-hash for the target project.StringgetRemote()(experimental) URL to ayaml/ymltemplate file using HTTP/HTTPS.List<IncludeRule>getRules()(experimental) Rules allows for an array of individual rule objects to be evaluated in order, until one matches and dynamically provides attributes to the job.StringgetTemplate()(experimental) Use a.gitlab-ci.ymltemplate as a base, e.g.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(Include.Builder builder)
Constructor that initializes the object based on literal property values passed by theInclude.Builder.
-
-
Method Detail
-
getFile
public final List<String> getFile()
Description copied from interface:Include(experimental) Files from another private project on the same GitLab instance.You can use
filein combination withprojectonly.
-
getLocal
public final String getLocal()
Description copied from interface:Include(experimental) Relative path from local repository root (/) to theyaml/ymlfile template.The file must be on the same branch, and does not work across git submodules.
-
getProject
public final String getProject()
Description copied from interface:Include(experimental) Path to the project, e.g.group/project, orgroup/sub-group/project.- Specified by:
getProjectin interfaceInclude
-
getRef
public final String getRef()
Description copied from interface:Include(experimental) Branch/Tag/Commit-hash for the target project.
-
getRemote
public final String getRemote()
Description copied from interface:Include(experimental) URL to ayaml/ymltemplate file using HTTP/HTTPS.
-
getRules
public final List<IncludeRule> getRules()
Description copied from interface:Include(experimental) Rules allows for an array of individual rule objects to be evaluated in order, until one matches and dynamically provides attributes to the job.
-
getTemplate
public final String getTemplate()
Description copied from interface:Include(experimental) Use a.gitlab-ci.ymltemplate as a base, e.g.Nodejs.gitlab-ci.yml.- Specified by:
getTemplatein interfaceInclude
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-