Uses of Class
io.github.cdklabs.projen.circleci.PipelineParameterType
-
Packages that use PipelineParameterType Package Description io.github.cdklabs.projen.circleci -
-
Uses of PipelineParameterType in io.github.cdklabs.projen.circleci
Methods in io.github.cdklabs.projen.circleci that return PipelineParameterType Modifier and Type Method Description PipelineParameterTypePipelineParameter. getType()(experimental) The parameter type, required.PipelineParameterTypePipelineParameter.Jsii$Proxy. getType()static PipelineParameterTypePipelineParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineParameterType[]PipelineParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.circleci with parameters of type PipelineParameterType Modifier and Type Method Description PipelineParameter.BuilderPipelineParameter.Builder. type(PipelineParameterType type)Sets the value ofPipelineParameter.getType()
-