@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.785Z") @Stability(value=Stable) 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()
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.
|
default String |
getVersion()
The version of your provider.
|
@Stability(value=Stable) String getProviderName()
// This example is in TypeScript, examples in Java are coming soon. 'MyJenkinsProvider'
@Stability(value=Stable) String getServerUrl()
// This example is in TypeScript, examples in Java are coming soon. 'http://myjenkins.com:8080'
@Stability(value=Stable) default String getVersion()
@Stability(value=Stable) static JenkinsProviderAttributes.Builder builder()
JenkinsProviderAttributes.Builder of JenkinsProviderAttributesCopyright © 2019. All rights reserved.