@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.541Z") @Stability(value=Stable) public class JenkinsProvider extends BaseJenkinsProvider
Example:
// Example automatically generated from non-compiling source. May contain errors.
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
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)
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=Stable)
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=Stable) @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=Stable) @NotNull public String getProviderName()
getProviderName in interface IJenkinsProvidergetProviderName in class BaseJenkinsProvider@Stability(value=Stable) @NotNull public String getServerUrl()
getServerUrl in interface IJenkinsProvidergetServerUrl in class BaseJenkinsProviderCopyright © 2022. All rights reserved.