Return the auto managed folder directory, if set.
Get the Antfarm options.
Sets the options and creates other environmental objects if necessary.
Get the server instance.
Adds a webhook to the webhook server.
Adds a webhook interface to the webhook server.
Creates an Emailer object to send emails.
Creates the server.
Adds a log entry to the Logger instance.
The log level. 0 = debug, 1 = info, 2 = warning, 3 = error
Log message.
Instance which triggers the action being logged.
Array of of other involved instances.
job.e.log(1, `Transferred to Tunnel "${tunnel.getName()}".`, job, [oldTunnel]);
Generated using TypeDoc
The environment class controls all aspects of the antfarm environment, like options, logging, and constructing globally referenced objects.