@Stability(value=Stable) public static final class JenkinsProviderProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JenkinsProviderProps
JenkinsProviderPropssoftware.amazon.jsii.JsiiObject.InitializationModeJenkinsProviderProps.Builder, JenkinsProviderProps.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) |
Boolean |
getForBuild()
Whether to immediately register a Jenkins Provider for the build category.
|
Boolean |
getForTest()
Whether to immediately register a Jenkins Provider for the test category.
|
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()
JenkinsProviderProps// This example is in TypeScript, examples in Java are coming soon. 'MyJenkinsProvider'
getProviderName in interface JenkinsProviderPropspublic String getServerUrl()
JenkinsProviderProps// This example is in TypeScript, examples in Java are coming soon. 'http://myjenkins.com:8080'
getServerUrl in interface JenkinsProviderPropspublic Boolean getForBuild()
JenkinsProviderPropsJenkinsAction.
Default: falsegetForBuild in interface JenkinsProviderPropspublic Boolean getForTest()
JenkinsProviderPropsJenkinsTestAction.
Default: falsegetForTest in interface JenkinsProviderPropspublic String getVersion()
JenkinsProviderPropsgetVersion in interface JenkinsProviderPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.