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