IJenkinsProvider

class aws_cdk.aws_codepipeline_actions.IJenkinsProvider(*args, **kwargs)

Bases: IConstruct, Protocol

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.

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:

IConstruct

Returns:

This construct for chaining

Attributes

node

The tree node.

provider_name
server_url
version