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.98.0 (build 00b106d)", date="2024-05-17T05:10:07.607Z") @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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IJenkinsProvider.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getProviderName

      @Stability(Stable) @NotNull String getProviderName()
    • getServerUrl

      @Stability(Stable) @NotNull String getServerUrl()
    • getVersion

      @Stability(Stable) @NotNull String getVersion()