Package io.github.cdklabs.projen.gitlab
Class TriggerInclude.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.gitlab.TriggerInclude.Jsii$Proxy
-
- All Implemented Interfaces:
TriggerInclude,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- TriggerInclude
@Stability(Experimental) @Internal public static final class TriggerInclude.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TriggerInclude
An implementation forTriggerInclude
-
-
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.TriggerInclude
TriggerInclude.Builder, TriggerInclude.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(TriggerInclude.Builder builder)Constructor that initializes the object based on literal property values passed by theTriggerInclude.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)StringgetArtifact()(experimental) Relative path to the generated YAML file which is extracted from the artifacts and used as the configuration for triggering the child pipeline.StringgetFile()(experimental) Relative path from repository root (/) to the pipeline configuration YAML file.StringgetJob()(experimental) Job name which generates the artifact.StringgetLocal()(experimental) Relative path from local repository root (/) to the local YAML file to define the pipeline configuration.StringgetProject()(experimental) Path to another private project under the same GitLab instance, likegroup/projectorgroup/sub-group/project.StringgetRef()(experimental) Branch/Tag/Commit hash for the target project.StringgetTemplate()(experimental) Name of the template YAML file to use in the pipeline configuration.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(TriggerInclude.Builder builder)
Constructor that initializes the object based on literal property values passed by theTriggerInclude.Builder.
-
-
Method Detail
-
getArtifact
public final String getArtifact()
Description copied from interface:TriggerInclude(experimental) Relative path to the generated YAML file which is extracted from the artifacts and used as the configuration for triggering the child pipeline.- Specified by:
getArtifactin interfaceTriggerInclude
-
getFile
public final String getFile()
Description copied from interface:TriggerInclude(experimental) Relative path from repository root (/) to the pipeline configuration YAML file.- Specified by:
getFilein interfaceTriggerInclude
-
getJob
public final String getJob()
Description copied from interface:TriggerInclude(experimental) Job name which generates the artifact.- Specified by:
getJobin interfaceTriggerInclude
-
getLocal
public final String getLocal()
Description copied from interface:TriggerInclude(experimental) Relative path from local repository root (/) to the local YAML file to define the pipeline configuration.- Specified by:
getLocalin interfaceTriggerInclude
-
getProject
public final String getProject()
Description copied from interface:TriggerInclude(experimental) Path to another private project under the same GitLab instance, likegroup/projectorgroup/sub-group/project.- Specified by:
getProjectin interfaceTriggerInclude
-
getRef
public final String getRef()
Description copied from interface:TriggerInclude(experimental) Branch/Tag/Commit hash for the target project.- Specified by:
getRefin interfaceTriggerInclude
-
getTemplate
public final String getTemplate()
Description copied from interface:TriggerInclude(experimental) Name of the template YAML file to use in the pipeline configuration.- Specified by:
getTemplatein interfaceTriggerInclude
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-