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.84.0 (build 5404dcf)",
date="2023-06-19T16:30:48.444Z")
@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 JenkinsProvider
class directly.
If you want to reference an already registered provider,
use the JenkinsProvider.fromJenkinsProviderAttributes(software.constructs.Construct, java.lang.String, software.amazon.awscdk.services.codepipeline.actions.JenkinsProviderAttributes)
method.
-
Nested Class Summary
Modifier 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
-