Initializes a new instance of that class.
Stores the deploy context.
Indicates if plugin is able to get information about remote files or not.
Indicates if plugin can pull files or not.
Gets the underlying deploy context.
Compares a local file with a remote one by using a context.
The context.
The file to compare.
The source from where to download the file from.
The result.
Creates a new context for a target.
The target.
The files to deploy.
The underlying options.
The direction.
The promise.
Creates a basic data transformer context.
The target.
The mode.
Deploys a file by using a context.
The context to use.
The path of the local file.
The target.
Destroys a context.
The wrapper with the context.
The promise.
Downloads a file by using a context.
The context to use.
The path of the local file.
The target.
The result.
Gets the info of a file by using a context.
The context to use.
The path of the local file.
The target.
The result.
Returns the others targets and their plugins.
The target for this plugin.
The list of names of the "others" targets.
The targets and their plugins.
Loads a data transformer by target.
The target.
The mode.
The loaded transformer.
Registers for a callback for a 'cancel' event that is called once.
The callback to register.
Is invoked after app config has been reloaded.
The new config.
Pulls a file by using a context.
The context to use.
The path of the local file.
The target.
Generated using TypeDoc
A basic deploy plugin that is specially based on multi file operations which uses a context, like a network connection (s. deployFileWithContext() method).