Interface IJenkinsProvider
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.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.121.0 (build d7af9b9)",
date="2025-12-18T18:20:07.293Z")
@Stability(Stable)
public interface IJenkinsProvider
extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
A Jenkins provider.
If you want to create a new Jenkins provider managed alongside your CDK code,
instantiate the JenkinsProvider class directly.
If you want to reference an already registered provider,
use the JenkinsProvider#fromJenkinsProviderAttributes method.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIJenkinsProvider.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProviderName
-
getServerUrl
-
getVersion
-