Package org.cdk8s.jenkins
Class Plugin.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.jenkins.Plugin.Jsii$Proxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.jenkins.Plugin
Plugin.Builder, Plugin.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Plugin.Builder builder)Constructor that initializes the object based on literal property values passed by thePlugin.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)StringgetDownloadUrl()The url from where plugin has to be downloaded.StringgetName()The name of Jenkins plugin.StringgetVersion()The version of Jenkins plugin.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(Plugin.Builder builder)
Constructor that initializes the object based on literal property values passed by thePlugin.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:PluginThe name of Jenkins plugin.
-
getVersion
public final String getVersion()
Description copied from interface:PluginThe version of Jenkins plugin.- Specified by:
getVersionin interfacePlugin
-
getDownloadUrl
public final String getDownloadUrl()
Description copied from interface:PluginThe url from where plugin has to be downloaded.Default: - Plugins are downloaded from Jenkins Update Centers.
- Specified by:
getDownloadUrlin interfacePlugin- See Also:
- https://github.com/jenkinsci/kubernetes-operator/blob/master/pkg/configuration/base/resources/scripts_configmap.go#L121-L124
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-