Class Job.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.circleci.Job.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.Job
Job.Builder, Job.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Job.Builder builder)Constructor that initializes the object based on literal property values passed by theJob.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<Docker>getDocker()Map<String,Object>getEnvironment()(experimental) A map of environment variable names and values.StringgetIdentifier()(experimental) name of dynamic key *.MachinegetMachine()MacosgetMacos()NumbergetParallelism()(experimental) Number of parallel instances of this job to run (default: 1).Map<String,PipelineParameter>getParameters()(experimental) Parameters for making a job explicitly configurable in a workflow.StringgetResourceClass()(experimental)ResourceClass.StringgetShell()(experimental) Shell to use for execution command in all steps.List<Object>getSteps()(experimental) no type support here, for syntax {@see https://circleci.com/docs/2.0/configuration-reference/#steps}.StringgetWorkingDirectory()(experimental) In which directory to run the steps.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(Job.Builder builder)
Constructor that initializes the object based on literal property values passed by theJob.Builder.
-
-
Method Detail
-
getIdentifier
public final String getIdentifier()
Description copied from interface:Job(experimental) name of dynamic key *.- Specified by:
getIdentifierin interfaceJob
-
getEnvironment
public final Map<String,Object> getEnvironment()
Description copied from interface:Job(experimental) A map of environment variable names and values.- Specified by:
getEnvironmentin interfaceJob
-
getMachine
public final Machine getMachine()
- Specified by:
getMachinein interfaceJob
-
getParallelism
public final Number getParallelism()
Description copied from interface:Job(experimental) Number of parallel instances of this job to run (default: 1).- Specified by:
getParallelismin interfaceJob
-
getParameters
public final Map<String,PipelineParameter> getParameters()
Description copied from interface:Job(experimental) Parameters for making a job explicitly configurable in a workflow.- Specified by:
getParametersin interfaceJob
-
getResourceClass
public final String getResourceClass()
Description copied from interface:Job(experimental)ResourceClass.- Specified by:
getResourceClassin interfaceJob
-
getShell
public final String getShell()
Description copied from interface:Job(experimental) Shell to use for execution command in all steps.Can be overridden by shell in each step
-
getSteps
public final List<Object> getSteps()
Description copied from interface:Job(experimental) no type support here, for syntax {@see https://circleci.com/docs/2.0/configuration-reference/#steps}.
-
getWorkingDirectory
public final String getWorkingDirectory()
Description copied from interface:Job(experimental) In which directory to run the steps.Will be interpreted as an absolute path. Default:
~/project- Specified by:
getWorkingDirectoryin interfaceJob
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-