Skip to main content

Class: WrapWithSnippet

actions/WrapWithSnippet.WrapWithSnippet

Implements

Constructors

constructor

new WrapWithSnippet(graph)

Parameters

NameType
graphGraph

Defined in

actions/WrapWithSnippet.ts:43

Properties

snippetParser

Private snippetParser: SnippetParser

Defined in

actions/WrapWithSnippet.ts:15

Methods

getFinalStages

getFinalStages(snippetLocation): ModifyIfUntypedStage[]

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

Parameters

NameType
snippetLocationstring

Returns

ModifyIfUntypedStage[]

Implementation of

Action.getFinalStages

Defined in

actions/WrapWithSnippet.ts:17


run

run(__namedParameters, snippetLocation): Promise<ActionReturnValue>

Parameters

NameType
__namedParameters[Target[]]
snippetLocationstring

Returns

Promise<ActionReturnValue>

Implementation of

Action.run

Defined in

actions/WrapWithSnippet.ts:47