Uses of Class
io.github.cdklabs.projen.circleci.JobType
-
Packages that use JobType Package Description io.github.cdklabs.projen.circleci -
-
Uses of JobType in io.github.cdklabs.projen.circleci
Methods in io.github.cdklabs.projen.circleci that return JobType Modifier and Type Method Description default JobTypeWorkflowJob. getType()(experimental) A job may have a type of approval indicating it must be manually approved before downstream jobs may proceed.JobTypeWorkflowJob.Jsii$Proxy. getType()static JobTypeJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobType[]JobType. 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 JobType Modifier and Type Method Description WorkflowJob.BuilderWorkflowJob.Builder. type(JobType type)Sets the value ofWorkflowJob.getType()
-