@Stability(value=Experimental) @Internal public static final class JenkinsProviderAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JenkinsProviderAttributes
JenkinsProviderAttributessoftware.amazon.jsii.JsiiObject.InitializationModeJenkinsProviderAttributes.Builder, JenkinsProviderAttributes.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String providerName,
String serverUrl,
String version)
Constructor that initializes the object based on literal property values passed by the
JenkinsProviderAttributes.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getProviderName()
(experimental) The name of the Jenkins provider that you set in the AWS CodePipeline plugin configuration of your Jenkins project.
|
String |
getServerUrl()
(experimental) The base URL of your Jenkins server.
|
String |
getVersion()
(experimental) The version of your provider.
|
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(String providerName, String serverUrl, String version)
JenkinsProviderAttributes.Builder.public final String getProviderName()
JenkinsProviderAttributesExample:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "MyJenkinsProvider";
getProviderName in interface JenkinsProviderAttributespublic final String getServerUrl()
JenkinsProviderAttributesExample:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "http://myjenkins.com:8080";
getServerUrl in interface JenkinsProviderAttributespublic final String getVersion()
JenkinsProviderAttributesDefault: '1'
getVersion in interface JenkinsProviderAttributes@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.