Class: Rewrap
actions/Rewrap.Rewrap
Implements
Constructors
constructor
• new Rewrap(graph
)
Parameters
Name | Type |
---|---|
graph | Graph |
Defined in
Methods
getFinalStages
▸ getFinalStages(): ModifyIfUntypedStage
[]
Used to define final stages that should be run at the end of the pipeline before the action
Returns
Implementation of
Defined in
run
▸ run(__namedParameters
, left
, right
): Promise
<ActionReturnValue
>
Parameters
Name | Type |
---|---|
__namedParameters | [Target []] |
left | string |
right | string |
Returns
Promise
<ActionReturnValue
>