Skip to main content

Class: Rewrap

actions/Rewrap.Rewrap

Implements

Constructors

constructor

new Rewrap(graph)

Parameters

NameType
graphGraph

Defined in

actions/Rewrap.ts:12

Methods

getFinalStages

getFinalStages(): ModifyIfUntypedStage[]

Used to define final stages that should be run at the end of the pipeline before the action

Returns

ModifyIfUntypedStage[]

Implementation of

Action.getFinalStages

Defined in

actions/Rewrap.ts:10


run

run(__namedParameters, left, right): Promise<ActionReturnValue>

Parameters

NameType
__namedParameters[Target[]]
leftstring
rightstring

Returns

Promise<ActionReturnValue>

Implementation of

Action.run

Defined in

actions/Rewrap.ts:16