@Stability(value=Experimental) @Internal public static final class DependabotIgnore.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DependabotIgnore
DependabotIgnoresoftware.amazon.jsii.JsiiObject.InitializationModeDependabotIgnore.Builder, DependabotIgnore.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DependabotIgnore.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DependabotIgnore.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDependencyName()
(experimental) Use to ignore updates for dependencies with matching names, optionally using `*` to match zero or more characters.
|
List<String> |
getVersions()
(experimental) Use to ignore specific versions or ranges of versions.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(DependabotIgnore.Builder builder)
DependabotIgnore.Builder.public final String getDependencyName()
DependabotIgnore
For Java dependencies, the format of the dependency-name attribute is:
groupId:artifactId, for example: org.kohsuke:github-api.
getDependencyName in interface DependabotIgnorepublic final List<String> getVersions()
DependabotIgnore
If you want to
define a range, use the standard pattern for the package manager (for
example: ^1.0.0 for npm, or ~> 2.0 for Bundler).
getVersions in interface DependabotIgnore@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.