class BaseJenkinsProvider
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CodePipeline.Actions.BaseJenkinsProvider |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodepipelineactions#BaseJenkinsProvider |
Java | software.amazon.awscdk.services.codepipeline.actions.BaseJenkinsProvider |
Python | aws_cdk.aws_codepipeline_actions.BaseJenkinsProvider |
TypeScript (source) | aws-cdk-lib » aws_codepipeline_actions » BaseJenkinsProvider |
Implements
IConstruct, IDependable, IJenkins
Extends
Construct
Implemented by
Jenkins
Initializer (protected)
super(scope: Construct, id: string, version?: string)
Parameters
- scope
Construct - id
string - version
string
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| provider | string | |
| server | string | |
| version | string |
node
Type:
Node
The tree node.
providerName
Type:
string
serverUrl
Type:
string
version
Type:
string
Methods
| Name | Description |
|---|---|
| to | Returns a string representation of this construct. |
toString()
public toString(): string
Returns
string
Returns a string representation of this construct.

.NET
Go
Java
Python
TypeScript (