@Stability(value=Stable) 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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getProviderName()
The name of the Jenkins provider that you set in the AWS CodePipeline plugin configuration of your Jenkins project.
|
String |
getServerUrl()
The base URL of your Jenkins server.
|
String |
getVersion()
The version of your provider.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getProviderName()
JenkinsProviderAttributes// This example is in TypeScript, examples in Java are coming soon. 'MyJenkinsProvider'
getProviderName in interface JenkinsProviderAttributespublic String getServerUrl()
JenkinsProviderAttributes// This example is in TypeScript, examples in Java are coming soon. 'http://myjenkins.com:8080'
getServerUrl in interface JenkinsProviderAttributespublic String getVersion()
JenkinsProviderAttributesgetVersion in interface JenkinsProviderAttributespublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.