Uses of Interface
io.github.cdklabs.cdkpipelines.github.CronScheduleOptions
-
-
Uses of CronScheduleOptions in io.github.cdklabs.cdkpipelines.github
Classes in io.github.cdklabs.cdkpipelines.github that implement CronScheduleOptions Modifier and Type Class Description static classCronScheduleOptions.Jsii$ProxyAn implementation forCronScheduleOptionsMethods in io.github.cdklabs.cdkpipelines.github that return CronScheduleOptions Modifier and Type Method Description CronScheduleOptionsCronScheduleOptions.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.cdkpipelines.github that return types with arguments of type CronScheduleOptions Modifier and Type Method Description default List<CronScheduleOptions>WorkflowTriggers. getSchedule()You can schedule a workflow to run at specific UTC times using POSIX cron syntax.List<CronScheduleOptions>WorkflowTriggers.Jsii$Proxy. getSchedule()Method parameters in io.github.cdklabs.cdkpipelines.github with type arguments of type CronScheduleOptions Modifier and Type Method Description WorkflowTriggers.BuilderWorkflowTriggers.Builder. schedule(List<? extends CronScheduleOptions> schedule)Sets the value ofWorkflowTriggers.getSchedule()
-