Package io.github.cdklabs.projen.gitlab
Class Trigger.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.gitlab.Trigger.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.Trigger
Trigger.Builder, Trigger.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Trigger.Builder builder)Constructor that initializes the object based on literal property values passed by theTrigger.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)StringgetBranch()(experimental) The branch name that a downstream pipeline will use.List<TriggerInclude>getInclude()(experimental) A list of local files or artifacts from other jobs to define the pipeline.StringgetProject()(experimental) Path to the project, e.g.StrategygetStrategy()(experimental) You can mirror the pipeline status from the triggered pipeline to the source bridge job by using strategy: depend.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(Trigger.Builder builder)
Constructor that initializes the object based on literal property values passed by theTrigger.Builder.
-
-
Method Detail
-
getBranch
public final String getBranch()
Description copied from interface:Trigger(experimental) The branch name that a downstream pipeline will use.
-
getInclude
public final List<TriggerInclude> getInclude()
Description copied from interface:Trigger(experimental) A list of local files or artifacts from other jobs to define the pipeline.- Specified by:
getIncludein interfaceTrigger
-
getProject
public final String getProject()
Description copied from interface:Trigger(experimental) Path to the project, e.g.group/project, orgroup/sub-group/project.- Specified by:
getProjectin interfaceTrigger
-
getStrategy
public final Strategy getStrategy()
Description copied from interface:Trigger(experimental) You can mirror the pipeline status from the triggered pipeline to the source bridge job by using strategy: depend.- Specified by:
getStrategyin interfaceTrigger
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-