Package io.github.cdklabs.projen.gitlab
Class Filter.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.gitlab.Filter.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.Filter
Filter.Builder, Filter.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Filter.Builder builder)Constructor that initializes the object based on literal property values passed by theFilter.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>getChanges()(experimental) Filter job creation based on files that were modified in a git push.KubernetesEnumgetKubernetes()(experimental) Filter job based on if Kubernetes integration is active.List<String>getRefs()(experimental) Control when to add jobs to a pipeline based on branch names or pipeline types.List<String>getVariables()(experimental) Filter job by checking comparing values of environment variables.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(Filter.Builder builder)
Constructor that initializes the object based on literal property values passed by theFilter.Builder.
-
-
Method Detail
-
getChanges
public final List<String> getChanges()
Description copied from interface:Filter(experimental) Filter job creation based on files that were modified in a git push.- Specified by:
getChangesin interfaceFilter
-
getKubernetes
public final KubernetesEnum getKubernetes()
Description copied from interface:Filter(experimental) Filter job based on if Kubernetes integration is active.- Specified by:
getKubernetesin interfaceFilter
-
getRefs
public final List<String> getRefs()
Description copied from interface:Filter(experimental) Control when to add jobs to a pipeline based on branch names or pipeline types.
-
getVariables
public final List<String> getVariables()
Description copied from interface:Filter(experimental) Filter job by checking comparing values of environment variables.Read more about variable expressions: https://docs.gitlab.com/ee/ci/variables/README.html#variables-expressions
- Specified by:
getVariablesin interfaceFilter
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-