Class: WrapWithSnippet
actions/WrapWithSnippet.WrapWithSnippet
Implements
Constructors
constructor
• new WrapWithSnippet(graph
)
Parameters
Name | Type |
---|---|
graph | Graph |
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
Name | Type |
---|---|
snippetLocation | string |
Returns
Implementation of
Defined in
actions/WrapWithSnippet.ts:17
run
▸ run(__namedParameters
, snippetLocation
): Promise
<ActionReturnValue
>
Parameters
Name | Type |
---|---|
__namedParameters | [Target []] |
snippetLocation | string |
Returns
Promise
<ActionReturnValue
>
Implementation of
Defined in
actions/WrapWithSnippet.ts:47