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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIJenkinsProvider.static final classA proxy class which represents a concrete javascript instance of this type.
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from interface software.amazon.awscdk.core.IConstructgetNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getProviderName
- 
getServerUrl
- 
getVersion
 
-