@Stability(value=Experimental) @Internal public static final class JenkinsProviderProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JenkinsProviderProps
JenkinsProviderProps
software.amazon.jsii.JsiiObject.InitializationMode
JenkinsProviderProps.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.
|
protected |
Jsii$Proxy(String providerName,
String serverUrl,
Boolean forBuild,
Boolean forTest,
String version)
Constructor that initializes the object based on literal property values passed by the
JenkinsProviderProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getForBuild()
(experimental) Whether to immediately register a Jenkins Provider for the build category.
|
Boolean |
getForTest()
(experimental) Whether to immediately register a Jenkins Provider for the test category.
|
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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final String getProviderName()
JenkinsProviderProps
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "MyJenkinsProvider";
getProviderName
in interface JenkinsProviderProps
public final String getServerUrl()
JenkinsProviderProps
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "http://myjenkins.com:8080";
getServerUrl
in interface JenkinsProviderProps
public final Boolean getForBuild()
JenkinsProviderProps
The Provider will always be registered if you create a {@link JenkinsAction}.
Default: false
getForBuild
in interface JenkinsProviderProps
public final Boolean getForTest()
JenkinsProviderProps
The Provider will always be registered if you create a {@link JenkinsTestAction}.
Default: false
getForTest
in interface JenkinsProviderProps
public final String getVersion()
JenkinsProviderProps
Default: '1'
getVersion
in interface JenkinsProviderProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.