@Stability(value=Stable) @Internal 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(JenkinsProviderProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
JenkinsProviderProps.Builder. |
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, 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(JenkinsProviderProps.Builder builder)
JenkinsProviderProps.Builder.public final String getProviderName()
JenkinsProviderPropsExample:
// Example automatically generated from non-compiling source. May contain errors. "MyJenkinsProvider";
getProviderName in interface JenkinsProviderPropspublic final String getServerUrl()
JenkinsProviderPropsExample:
// Example automatically generated from non-compiling source. May contain errors. "http://myjenkins.com:8080";
getServerUrl in interface JenkinsProviderPropspublic final Boolean getForBuild()
JenkinsProviderPropsThe Provider will always be registered if you create a {@link JenkinsAction}.
Default: false
getForBuild in interface JenkinsProviderPropspublic final Boolean getForTest()
JenkinsProviderPropsThe Provider will always be registered if you create a {@link JenkinsTestAction}.
Default: false
getForTest in interface JenkinsProviderPropspublic final String getVersion()
JenkinsProviderPropsDefault: '1'
getVersion in interface JenkinsProviderProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.