@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:03.113Z") @Stability(value=Experimental) public class JenkinsProvider extends BaseJenkinsProvider
Example:
JenkinsProvider jenkinsProvider = JenkinsProvider.Builder.create(this, "JenkinsProvider")
.providerName("MyJenkinsProvider")
.serverUrl("http://my-jenkins.com:8080")
.version("2")
.build();
| 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() |
getVersiongetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, 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=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 © 2022. All rights reserved.