Uses of Class
io.github.cdklabs.projen.gitlab.JobWhen
-
Packages that use JobWhen Package Description io.github.cdklabs.projen.gitlab -
-
Uses of JobWhen in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return JobWhen Modifier and Type Method Description default JobWhenIncludeRule. getWhen()JobWhenIncludeRule.Jsii$Proxy. getWhen()default JobWhenJob. getWhen()(experimental) Describes the conditions for when to run the job.JobWhenJob.Jsii$Proxy. getWhen()default JobWhenWorkflowRule. getWhen()JobWhenWorkflowRule.Jsii$Proxy. getWhen()static JobWhenJobWhen. valueOf(String name)Returns the enum constant of this type with the specified name.static JobWhen[]JobWhen. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.gitlab with parameters of type JobWhen Modifier and Type Method Description IncludeRule.BuilderIncludeRule.Builder. when(JobWhen when)Sets the value ofIncludeRule.getWhen()Job.BuilderJob.Builder. when(JobWhen when)Sets the value ofJob.getWhen()WorkflowRule.BuilderWorkflowRule.Builder. when(JobWhen when)Sets the value ofWorkflowRule.getWhen()
-