Get the server instance.
Adds a webhook to the webhook server.
Adds a webhook interface to the webhook server.
Creates the server.
Return the auto managed folder directory, if set.
Get the Antfarm options.
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]);
Sets the options and creates other environmental objects if necessary.
Generated using TypeDoc
The environment class controls all aspects of the antfarm environment, like options, logging, and constructing globally referenced objects.