Package io.github.cdklabs.projen.gitlab
Class CacheKeyFiles.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.gitlab.CacheKeyFiles.Jsii$Proxy
-
- All Implemented Interfaces:
CacheKeyFiles,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CacheKeyFiles
@Stability(Experimental) @Internal public static final class CacheKeyFiles.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CacheKeyFiles
An implementation forCacheKeyFiles
-
-
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.gitlab.CacheKeyFiles
CacheKeyFiles.Builder, CacheKeyFiles.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CacheKeyFiles.Builder builder)Constructor that initializes the object based on literal property values passed by theCacheKeyFiles.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>getFiles()(experimental) The files that are checked against.StringgetPrefix()(experimental) Adds a custom prefix to the checksums computed.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(CacheKeyFiles.Builder builder)
Constructor that initializes the object based on literal property values passed by theCacheKeyFiles.Builder.
-
-
Method Detail
-
getFiles
public final List<String> getFiles()
Description copied from interface:CacheKeyFiles(experimental) The files that are checked against.If the SHA checksum changes, the cache becomes invalid.
- Specified by:
getFilesin interfaceCacheKeyFiles
-
getPrefix
public final String getPrefix()
Description copied from interface:CacheKeyFiles(experimental) Adds a custom prefix to the checksums computed.- Specified by:
getPrefixin interfaceCacheKeyFiles
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-