@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.785Z") @Stability(value=Stable) public class JenkinsProvider extends BaseJenkinsProvider
#import| Modifier and Type | Class and Description |
|---|---|
static class |
JenkinsProvider.Builder
A fluent builder for
JenkinsProvider. |
| Modifier | Constructor and Description |
|---|---|
|
JenkinsProvider(Construct scope,
String id,
JenkinsProviderProps props) |
protected |
JenkinsProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
JenkinsProvider(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IJenkinsProvider |
fromJenkinsProviderAttributes(Construct scope,
String id,
JenkinsProviderAttributes attrs)
Import a Jenkins provider registered either outside the CDK, or in a different CDK Stack.
|
String |
getProviderName() |
String |
getServerUrl() |
getVersiongetNode, isConstruct, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected JenkinsProvider(software.amazon.jsii.JsiiObjectRef objRef)
protected JenkinsProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public JenkinsProvider(Construct scope, String id, JenkinsProviderProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) public static IJenkinsProvider fromJenkinsProviderAttributes(Construct scope, String id, JenkinsProviderAttributes attrs)
scope - the parent Construct for the new provider. This parameter is required.id - the identifier of the new provider Construct. This parameter is required.attrs - the properties used to identify the existing provider. This parameter is required.@Stability(value=Stable) public String getProviderName()
getProviderName in interface IJenkinsProvidergetProviderName in class BaseJenkinsProvider@Stability(value=Stable) public String getServerUrl()
getServerUrl in interface IJenkinsProvidergetServerUrl in class BaseJenkinsProviderCopyright © 2019. All rights reserved.