Class UpgradeDependenciesSchedule
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.javascript.UpgradeDependenciesSchedule
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.216Z") @Stability(Experimental) public class UpgradeDependenciesSchedule extends software.amazon.jsii.JsiiObject
(experimental) How often to check for new versions and raise pull requests for version upgrades.
-
-
Field Summary
Fields Modifier and Type Field Description static UpgradeDependenciesScheduleDAILY(experimental) At 00:00.static UpgradeDependenciesScheduleMONTHLY(experimental) At 00:00 on day-of-month 1.static UpgradeDependenciesScheduleNEVER(experimental) Disables automatic upgrades.static UpgradeDependenciesScheduleWEEKDAY(experimental) At 00:00 on every day-of-week from Monday through Friday.static UpgradeDependenciesScheduleWEEKLY(experimental) At 00:00 on Monday.
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpgradeDependenciesSchedule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedUpgradeDependenciesSchedule(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpgradeDependenciesScheduleexpressions(List<String> cron)(experimental) Create a schedule from a raw cron expression.List<String>getCron()-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Field Detail
-
DAILY
@Stability(Experimental) public static final UpgradeDependenciesSchedule DAILY
(experimental) At 00:00.
-
MONTHLY
@Stability(Experimental) public static final UpgradeDependenciesSchedule MONTHLY
(experimental) At 00:00 on day-of-month 1.
-
NEVER
@Stability(Experimental) public static final UpgradeDependenciesSchedule NEVER
(experimental) Disables automatic upgrades.
-
WEEKDAY
@Stability(Experimental) public static final UpgradeDependenciesSchedule WEEKDAY
(experimental) At 00:00 on every day-of-week from Monday through Friday.
-
WEEKLY
@Stability(Experimental) public static final UpgradeDependenciesSchedule WEEKLY
(experimental) At 00:00 on Monday.
-
-
Method Detail
-
expressions
@Stability(Experimental) @NotNull public static UpgradeDependenciesSchedule expressions(@NotNull List<String> cron)
(experimental) Create a schedule from a raw cron expression.- Parameters:
cron- This parameter is required.
-
-