Skip to content

workflow / Exports / PluginUtils

Class: PluginUtils

Plugin utility functions

Table of contents

Constructors

Methods

Constructors

constructor

new PluginUtils(): PluginUtils

Returns

PluginUtils

Methods

resolveDependencies

resolveDependencies(plugins): WorkflowPlugin[]

Resolve plugin dependencies

Parameters

NameType
pluginsWorkflowPlugin[]

Returns

WorkflowPlugin[]

Defined in

interfaces/workflow-plugin.ts:288


checkConflicts

checkConflicts(plugins): string[]

Check for plugin conflicts

Parameters

NameType
pluginsWorkflowPlugin[]

Returns

string[]

Defined in

interfaces/workflow-plugin.ts:325

Released under the MIT License.