@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.760Z") @Stability(value=Experimental) public enum DependabotScheduleInterval extends Enum<DependabotScheduleInterval>
| Enum Constant and Description |
|---|
DAILY
(experimental) Runs on every weekday, Monday to Friday.
|
MONTHLY
(experimental) Runs once each month.
|
WEEKLY
(experimental) Runs once each week.
|
| Modifier and Type | Method and Description |
|---|---|
static DependabotScheduleInterval |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependabotScheduleInterval[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final DependabotScheduleInterval DAILY
@Stability(value=Experimental) public static final DependabotScheduleInterval WEEKLY
By default, this is on Monday.
@Stability(value=Experimental) public static final DependabotScheduleInterval MONTHLY
This is on the first day of the month.
public static DependabotScheduleInterval[] values()
for (DependabotScheduleInterval c : DependabotScheduleInterval.values()) System.out.println(c);
public static DependabotScheduleInterval valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.