Uses of Interface
io.github.cdklabs.projen.circleci.PipelineParameter
-
Packages that use PipelineParameter Package Description io.github.cdklabs.projen.circleci -
-
Uses of PipelineParameter in io.github.cdklabs.projen.circleci
Classes in io.github.cdklabs.projen.circleci that implement PipelineParameter Modifier and Type Class Description static classPipelineParameter.Jsii$ProxyAn implementation forPipelineParameterMethods in io.github.cdklabs.projen.circleci that return PipelineParameter Modifier and Type Method Description PipelineParameterPipelineParameter.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.circleci that return types with arguments of type PipelineParameter Modifier and Type Method Description default Map<String,PipelineParameter>Job. getParameters()(experimental) Parameters for making a job explicitly configurable in a workflow.Map<String,PipelineParameter>Job.Jsii$Proxy. getParameters()Method parameters in io.github.cdklabs.projen.circleci with type arguments of type PipelineParameter Modifier and Type Method Description Job.BuilderJob.Builder. parameters(Map<String,? extends PipelineParameter> parameters)Sets the value ofJob.getParameters()
-