Uses of Interface
io.github.cdklabs.projen.github.workflows.JobStepOutput
-
Packages that use JobStepOutput Package Description io.github.cdklabs.projen.github io.github.cdklabs.projen.github.workflows -
-
Uses of JobStepOutput in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return types with arguments of type JobStepOutput Modifier and Type Method Description Map<String,JobStepOutput>TaskWorkflowJob. getOutputs()default Map<String,JobStepOutput>TaskWorkflowJobOptions. getOutputs()(experimental) Mapping of job output names to values/expressions.Map<String,JobStepOutput>TaskWorkflowJobOptions.Jsii$Proxy. getOutputs()Map<String,JobStepOutput>TaskWorkflowOptions.Jsii$Proxy. getOutputs()Method parameters in io.github.cdklabs.projen.github with type arguments of type JobStepOutput Modifier and Type Method Description TaskWorkflow.BuilderTaskWorkflow.Builder. outputs(Map<String,? extends JobStepOutput> outputs)(experimental) Mapping of job output names to values/expressions.TaskWorkflowJob.BuilderTaskWorkflowJob.Builder. outputs(Map<String,? extends JobStepOutput> outputs)(experimental) Mapping of job output names to values/expressions.TaskWorkflowJobOptions.BuilderTaskWorkflowJobOptions.Builder. outputs(Map<String,? extends JobStepOutput> outputs)Sets the value ofTaskWorkflowJobOptions.getOutputs()TaskWorkflowOptions.BuilderTaskWorkflowOptions.Builder. outputs(Map<String,? extends JobStepOutput> outputs)Sets the value ofTaskWorkflowJobOptions.getOutputs() -
Uses of JobStepOutput in io.github.cdklabs.projen.github.workflows
Classes in io.github.cdklabs.projen.github.workflows that implement JobStepOutput Modifier and Type Class Description static classJobStepOutput.Jsii$ProxyAn implementation forJobStepOutputMethods in io.github.cdklabs.projen.github.workflows that return JobStepOutput Modifier and Type Method Description JobStepOutputJobStepOutput.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.github.workflows that return types with arguments of type JobStepOutput Modifier and Type Method Description default Map<String,JobStepOutput>Job. getOutputs()(experimental) A map of outputs for a job.Map<String,JobStepOutput>Job.Jsii$Proxy. getOutputs()Method parameters in io.github.cdklabs.projen.github.workflows with type arguments of type JobStepOutput Modifier and Type Method Description Job.BuilderJob.Builder. outputs(Map<String,? extends JobStepOutput> outputs)Sets the value ofJob.getOutputs()
-