Interface IJenkinsProvider
- All Superinterfaces:
IConstruct
,software.constructs.IConstruct
,IDependable
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IJenkinsProvider.Jsii$Default
- All Known Implementing Classes:
BaseJenkinsProvider
,IJenkinsProvider.Jsii$Proxy
,JenkinsProvider
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-05-31T18:44:20.137Z")
@Stability(Stable)
public interface IJenkinsProvider
extends software.amazon.jsii.JsiiSerializable, IConstruct
A Jenkins provider.
If you want to create a new Jenkins provider managed alongside your CDK code, instantiate the {@link JenkinsProvider} class directly.
If you want to reference an already registered provider, use the {@link JenkinsProvider#fromJenkinsProviderAttributes} method.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIJenkinsProvider
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface software.amazon.awscdk.core.IConstruct
getNode
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProviderName
-
getServerUrl
-
getVersion
-