Class WorkflowJob.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.circleci.WorkflowJob.Jsii$Proxy
-
- All Implemented Interfaces:
WorkflowJob,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- WorkflowJob
@Stability(Experimental) @Internal public static final class WorkflowJob.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WorkflowJob
An implementation forWorkflowJob
-
-
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.WorkflowJob
WorkflowJob.Builder, WorkflowJob.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(WorkflowJob.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkflowJob.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>getContext()(experimental) The name of the context(s).FiltergetFilters()(experimental) Job Filters can have the key branches or tags.StringgetIdentifier()(experimental) name of dynamic key *.MatrixgetMatrix()StringgetName()(experimental) A replacement for the job name.Map<String,Object>getOrbParameters()(experimental) Parameters passed to job when referencing a job from orb.List<String>getRequires()(experimental) A list of jobs that must succeed for the job to start.JobTypegetType()(experimental) A job may have a type of approval indicating it must be manually approved before downstream jobs may proceed.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(WorkflowJob.Builder builder)
Constructor that initializes the object based on literal property values passed by theWorkflowJob.Builder.
-
-
Method Detail
-
getIdentifier
public final String getIdentifier()
Description copied from interface:WorkflowJob(experimental) name of dynamic key *.- Specified by:
getIdentifierin interfaceWorkflowJob
-
getContext
public final List<String> getContext()
Description copied from interface:WorkflowJob(experimental) The name of the context(s).The initial default name is org-global. Each context name must be unique.
- Specified by:
getContextin interfaceWorkflowJob
-
getFilters
public final Filter getFilters()
Description copied from interface:WorkflowJob(experimental) Job Filters can have the key branches or tags.- Specified by:
getFiltersin interfaceWorkflowJob
-
getMatrix
public final Matrix getMatrix()
- Specified by:
getMatrixin interfaceWorkflowJob
-
getName
public final String getName()
Description copied from interface:WorkflowJob(experimental) A replacement for the job name.Useful when calling a job multiple times
- Specified by:
getNamein interfaceWorkflowJob
-
getOrbParameters
public final Map<String,Object> getOrbParameters()
Description copied from interface:WorkflowJob(experimental) Parameters passed to job when referencing a job from orb.- Specified by:
getOrbParametersin interfaceWorkflowJob
-
getRequires
public final List<String> getRequires()
Description copied from interface:WorkflowJob(experimental) A list of jobs that must succeed for the job to start.- Specified by:
getRequiresin interfaceWorkflowJob
-
getType
public final JobType getType()
Description copied from interface:WorkflowJob(experimental) A job may have a type of approval indicating it must be manually approved before downstream jobs may proceed.- Specified by:
getTypein interfaceWorkflowJob
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-