Class AttiniRunner

Hierarchy

  • Construct
    • AttiniRunner

Constructors

Properties

Methods

Constructors

Properties

node: Node

The tree node.

Stability

stable

runnerName: string

Returns a reference to the runner that can be used by the AttiniRunnerJob step. Pass it to AttiniRunnerJobProps.runner.

Methods

  • Returns a string representation of this construct.

    Returns string

    Stability

    stable

  • (deprecated) Checks if x is a construct.

    Parameters

    • x: any

      Any object.

    Returns x is Construct

    true if x is an object created from a class which extends Construct.

    Deprecated

    use x instanceof Construct instead

Generated using TypeDoc