@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:01.409Z") @Stability(value=Experimental) public class JenkinsProvider extends BaseJenkinsProvider
#import| Modifier and Type | Class and Description |
|---|---|
static class |
JenkinsProvider.Builder
(experimental) A fluent builder for
JenkinsProvider. |
software.amazon.jsii.JsiiObject.InitializationModeIJenkinsProvider.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
JenkinsProvider(software.constructs.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(software.constructs.Construct scope,
String id,
JenkinsProviderAttributes attrs)
(experimental) Import a Jenkins provider registered either outside the CDK, or in a different CDK Stack.
|
String |
getProviderName() |
String |
getServerUrl() |
getVersionjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected JenkinsProvider(software.amazon.jsii.JsiiObjectRef objRef)
protected JenkinsProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public JenkinsProvider(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
JenkinsProviderProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IJenkinsProvider fromJenkinsProviderAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull 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=Experimental) @NotNull public String getProviderName()
getProviderName in interface IJenkinsProvidergetProviderName in class BaseJenkinsProvider@Stability(value=Experimental) @NotNull public String getServerUrl()
getServerUrl in interface IJenkinsProvidergetServerUrl in class BaseJenkinsProviderCopyright © 2021. All rights reserved.