Initializes a new instance of that class.
The underlying extension context.
The global output channel to use.
The package file of that extension.
Information button that is shown after a deployment has been finished.
Stores the underlying extension context.
Stores the current list of global events.
Stores the global output channel.
Stores the package file of that extension.
The "quick deploy button".
Stores the packages that are currently deploy.
Additional values.
Stores all known targets from config as copies.
Stores the current configuration.
Stores the current active text editor.
The timeout for freezing 'deploy on change' feature.
The global file system watcher.
The global state value for deploy operation scripts.
Stores the current host.
Stores the current list of HTML documents.
Stores if 'deploy on change' feature is enabled or not.
Stores if 'deploy on change' feature is freezed or not.
Stores if 'deploy on save' feature is enabled or not.
Stores if extension is reloading its configuration or not.
Stores if 'sync when open' feature is enabled or not.
The ID of the last timeout that autmatically disapears the deploy result button in the status bar.
Stores the timestamp of the last config update.
Stores the last list of environment vars.
Loaded plugins.
The states values for deploy operation scripts.
The current status item of the running server.
Stores the extension's start time.
Cache for deploy targets.
Returns all targets from config.
Gets the current configuration.
Gets the extension context.
Gets the list of HTML documents.
Gets if the extension is currently active or not.
Gets the timestamp of the last config update.
Get the name that represents that machine.
Gets the global output channel.
Gets the package file of that extension.
Gets the list of plugins.
Gets the list of plugins withs its contextes.
Gets the underlying settings file.
Gets the start time of the extension.
Invokes 'after deployed' operations for a target.
The files that have been deployed.
The target.
The promise.
Invokes 'before deploy' operations for a target.
The files to deploy.
The target.
The promise.
Changes a switch target.
Clears the output on startup depending on the current configuration.
Compares a local file with a version from a target.
The promise.
Deploys a file.
The path of the file to deploy.
Deploys a file or folder.
Deploys a file to a target.
The file to deploy.
The target to deploy to.
The promise.
Deploys a folder.
The path of the folder to deploy.
Deploys files of the workspace.
The promise.
Deploys files of the workspace to a target.
The files to deploy.
The target.
The promise.
Displays information about the network of this machine.
Emits a global event.
The event.
The arguments.
Executes the startup commands, defined in the config.
Filters "conditional" items.
The items to filter.
The filtered items.
Filters the list of targets by a package.
The package.
The filtered targets.
Returns the global variables defined in settings.
The globals.
Returns the next color for the deploy result in the status bar by category.
The category.
The color.
Returns the list of packages.
The packages.
Returns the list of targets.
The targets.
Returns the targets from a package.
The package.
The found targets.
Gets the current list of values.
The values.
Handles a "common" deploy operation.
The operation.
The kind of operation.
The files to deploy.
The target.
Promise
Hides the 'after deploy' status bar item.
Checks if a file (or directory) path is ignored.
The file / directory to check.
Is ignored or not.
Starts listening for files.
Logs a message.
The message to log.
The 'on activated' event.
Registers for a callback for a 'cancel' event that is called once.
The callback to register.
The 'on deactivate' event.
Is invoked after active text editor has been changed.
The new editor.
Event after configuration changed.
Event after list of workspace folders changed.
The event arguments.
Event after text document has been opened.
The document.
Event after a document has been saved.
The path of the file.
Event after a document has been saved.
The document.
Is invoked on a file / directory change.
The URI of the item.
The type of change.
Opens the files that are defined in the config.
Opens a HTML document in a new tab.
The HTML document (source code).
The promise.
Action to open the output after an deployment.
Opens a template.
Pulls a file.
The path of the file to deploy.
Pulls a file from a target.
The file to pull.
The target from where to pull.
The promise.
Pulls a file or folder.
Pulls a folder.
The path of the folder to pull.
Pulls files to the workspace.
Pulls files of the workspace from a target.
The files to pull.
The target from where to pull from.
The promise.
Does a "quick deploy".
Registers the global events.
Reloads the defined commands from the config.
Reloads configuration.
Reloads the list of variables for the current process.
Reloads the global events defined in the config file.
Reloads plugins.
Handles a value as string and replaces placeholders.
The value to parse.
The parsed value.
Set ups the file system watcher.
Shows info popups of / for this extension.
Shows the popup of for new version.
Shows the 'after deploy' status bar item based of the current settings.
The text for the item.
The list of all files.
The list of succeeded files.
The list of failed files.
Shows a warning message if extension is currently active or not.
Starts external extensions.
The promise.
Gets if a file filter should also use patterns for directories like in .gitignore files or not.
The filter to check.
Also use directory patterns or not.
Generated using TypeDoc
Deployer class.