Class CircleCiProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.circleci.CircleCiProps.Jsii$Proxy
-
- All Implemented Interfaces:
CircleCiProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CircleCiProps
@Stability(Experimental) @Internal public static final class CircleCiProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CircleCiProps
An implementation forCircleCiProps
-
-
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.CircleCiProps
CircleCiProps.Builder, CircleCiProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CircleCiProps.Builder builder)Constructor that initializes the object based on literal property values passed by theCircleCiProps.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<Job>getJobs()(experimental) List of Jobs to create unique steps per pipeline, e.g.Map<String,String>getOrbs()(experimental) Contains a map of CirclCi Orbsjson orbs: { node: "circleci/node@5.0.1" slack: "circleci/slack@4.8.3" }.BooleangetSetup()(experimental) The setup field enables you to conditionally trigger configurations from outside the primary .circleci parent directory, update pipeline parameters, or generate customized configurations.NumbergetVersion()(experimental) pipeline version.List<Workflow>getWorkflows()(experimental) List of Workflows of pipeline, e.g.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(CircleCiProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theCircleCiProps.Builder.
-
-
Method Detail
-
getJobs
public final List<Job> getJobs()
Description copied from interface:CircleCiProps(experimental) List of Jobs to create unique steps per pipeline, e.g.json jobs: [{ identifier: "compile", docker: { image: "golang:alpine" } steps: ["checkout", run: {command: "go build ."}] }].- Specified by:
getJobsin interfaceCircleCiProps- See Also:
- https://circleci.com/docs/2.0/configuration-reference/#jobs
-
getOrbs
public final Map<String,String> getOrbs()
Description copied from interface:CircleCiProps(experimental) Contains a map of CirclCi Orbsjson orbs: { node: "circleci/node@5.0.1" slack: "circleci/slack@4.8.3" }.- Specified by:
getOrbsin interfaceCircleCiProps
-
getSetup
public final Boolean getSetup()
Description copied from interface:CircleCiProps(experimental) The setup field enables you to conditionally trigger configurations from outside the primary .circleci parent directory, update pipeline parameters, or generate customized configurations.- Specified by:
getSetupin interfaceCircleCiProps- See Also:
- https://circleci.com/docs/2.0/configuration-reference/#setup
-
getVersion
public final Number getVersion()
Description copied from interface:CircleCiProps(experimental) pipeline version.Default: 2.1
- Specified by:
getVersionin interfaceCircleCiProps- See Also:
- https://circleci.com/docs/2.0/configuration-reference/#version
-
getWorkflows
public final List<Workflow> getWorkflows()
Description copied from interface:CircleCiProps(experimental) List of Workflows of pipeline, e.g.json workflows: { { identifier: "build", jobs: [{ identifier: "node/install", context: ["npm"], }] } }.- Specified by:
getWorkflowsin interfaceCircleCiProps- See Also:
- https://circleci.com/docs/2.0/configuration-reference/#workflows
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-