BaseJenkinsProvider

class aws_cdk.aws_codepipeline_actions.BaseJenkinsProvider(scope, id, version=None)

Bases: Construct

Parameters:
  • scope (Construct) –

  • id (str) –

  • version (Optional[str]) –

Methods

to_string()

Returns a string representation of this construct.

Return type:

str

Attributes

node

The construct tree node associated with this construct.

provider_name
server_url
version

Static Methods

classmethod is_construct(x)

Return whether the given object is a Construct.

Parameters:

x (Any) –

Return type:

bool