Package io.github.cdklabs.projen
Class RenovatebotOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.RenovatebotOptions.Jsii$Proxy
-
- All Implemented Interfaces:
RenovatebotOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RenovatebotOptions
@Stability(Experimental) @Internal public static final class RenovatebotOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RenovatebotOptions
An implementation forRenovatebotOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.RenovatebotOptions
RenovatebotOptions.Builder, RenovatebotOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(RenovatebotOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theRenovatebotOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getIgnore()(experimental) You can use theignoreoption to customize which dependencies are updated.BooleangetIgnoreProjen()(experimental) Ignores updates toprojen.List<String>getLabels()(experimental) List of labels to apply to the created PR's.BooleangetMarker()ObjectgetOverrideConfig()List<String>getScheduleInterval()(experimental) How often to check for new versions and raise pull requests.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(RenovatebotOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theRenovatebotOptions.Builder.
-
-
Method Detail
-
getIgnore
public final List<String> getIgnore()
Description copied from interface:RenovatebotOptions(experimental) You can use theignoreoption to customize which dependencies are updated.The ignore option supports just package name.
Default: []
- Specified by:
getIgnorein interfaceRenovatebotOptions
-
getIgnoreProjen
public final Boolean getIgnoreProjen()
Description copied from interface:RenovatebotOptions(experimental) Ignores updates toprojen.This is required since projen updates may cause changes in committed files and anti-tamper checks will fail.
Projen upgrades are covered through the
ProjenUpgradeclass.Default: true
- Specified by:
getIgnoreProjenin interfaceRenovatebotOptions
-
getLabels
public final List<String> getLabels()
Description copied from interface:RenovatebotOptions(experimental) List of labels to apply to the created PR's.- Specified by:
getLabelsin interfaceRenovatebotOptions
-
getMarker
public final Boolean getMarker()
- Specified by:
getMarkerin interfaceRenovatebotOptions
-
getOverrideConfig
public final Object getOverrideConfig()
- Specified by:
getOverrideConfigin interfaceRenovatebotOptions
-
getScheduleInterval
public final List<String> getScheduleInterval()
Description copied from interface:RenovatebotOptions(experimental) How often to check for new versions and raise pull requests.Can be given in CRON or LATER format, and use multiple schedules (e.g. different for weekdays and weekends). Multiple rules are handles as OR.
Some normal scheduling values defined in enum
RenovatebotScheduleInterval.Default: ["at any time"]
- Specified by:
getScheduleIntervalin interfaceRenovatebotOptions- See Also:
- https://docs.renovatebot.com/configuration-options/#schedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-