Class Matrix.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.circleci.Matrix.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.circleci.Matrix
Matrix.Builder, Matrix.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Matrix.Builder builder)Constructor that initializes the object based on literal property values passed by theMatrix.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)StringgetAlias()(experimental) An alias for the matrix, usable from another job’s requires stanza.Map<String,Object>getParameters()(experimental) A map of parameter names to every value the job should be called with.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(Matrix.Builder builder)
Constructor that initializes the object based on literal property values passed by theMatrix.Builder.
-
-
Method Detail
-
getAlias
public final String getAlias()
Description copied from interface:Matrix(experimental) An alias for the matrix, usable from another job’s requires stanza.Defaults to the name of the job being executed
-
getParameters
public final Map<String,Object> getParameters()
Description copied from interface:Matrix(experimental) A map of parameter names to every value the job should be called with.- Specified by:
getParametersin interfaceMatrix
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-