| Package | Description |
|---|---|
| io.github.cdklabs.projen.github | |
| io.github.cdklabs.projen.github.workflows |
| Modifier and Type | Method and Description |
|---|---|
default Map<String,JobStepOutput> |
TaskWorkflowOptions.getOutputs()
(experimental) Mapping of job output names to values/expressions.
|
Map<String,JobStepOutput> |
TaskWorkflowOptions.Jsii$Proxy.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
TaskWorkflowOptions.Builder |
TaskWorkflowOptions.Builder.outputs(Map<String,? extends JobStepOutput> outputs)
Sets the value of
TaskWorkflowOptions.getOutputs() |
TaskWorkflow.Builder |
TaskWorkflow.Builder.outputs(Map<String,? extends JobStepOutput> outputs)
(experimental) Mapping of job output names to values/expressions.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JobStepOutput.Jsii$Proxy
An implementation for
JobStepOutput |
| Modifier and Type | Method and Description |
|---|---|
JobStepOutput |
JobStepOutput.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,JobStepOutput> |
Job.getOutputs()
(experimental) A map of outputs for a job.
|
Map<String,JobStepOutput> |
Job.Jsii$Proxy.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.outputs(Map<String,? extends JobStepOutput> outputs)
Sets the value of
Job.getOutputs() |
Copyright © 2021. All rights reserved.