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