@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:02.613Z") @Stability(value=Experimental) public interface JenkinsProviderAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
JenkinsProviderAttributes.Builder
A builder for
JenkinsProviderAttributes |
static class |
JenkinsProviderAttributes.Jsii$Proxy
An implementation for
JenkinsProviderAttributes |
| Modifier and Type | Method and Description |
|---|---|
static JenkinsProviderAttributes.Builder |
builder() |
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.
|
default String |
getVersion()
(experimental) The version of your provider.
|
@Stability(value=Experimental) @NotNull String getProviderName()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "MyJenkinsProvider";
@Stability(value=Experimental) @NotNull String getServerUrl()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "http://myjenkins.com:8080";
@Stability(value=Experimental) @Nullable default String getVersion()
Default: '1'
@Stability(value=Experimental) static JenkinsProviderAttributes.Builder builder()
JenkinsProviderAttributes.Builder of JenkinsProviderAttributesCopyright © 2021. All rights reserved.