IJenkinsProvider
- class aws_cdk.aws_codepipeline_actions.IJenkinsProvider(*args, **kwargs)
Bases:
IConstruct,ProtocolA Jenkins provider.
If you want to create a new Jenkins provider managed alongside your CDK code, instantiate the
JenkinsProviderclass directly.If you want to reference an already registered provider, use the
JenkinsProvider#fromJenkinsProviderAttributesmethod.Methods
- with_(*mixins)
Applies one or more mixins to this construct.
Mixins are applied in order. The list of constructs is captured at the start of the call, so constructs added by a mixin will not be visited.
- Parameters:
mixins (
IMixin) – The mixins to apply.- Return type:
- Returns:
This construct for chaining
Attributes
- node
The tree node.
- provider_name
- server_url
- version