Search
Preparing search index...
The search index is not available
Antfarm 🐜
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Nest
Class Nest
A nest is a resource that holds or produces jobs.
Hierarchy
Nest
WebhookNest
FolderNest
FtpNest
S3Nest
Index
Constructors
constructor
Properties
_id
_name
_tunnel
e
Accessors
id
name
tunnel
Methods
arrive
register
to
String
Constructors
constructor
new
Nest
(
e
:
Environment
, name
:
string
)
:
Nest
Parameters
e:
Environment
name:
string
Returns
Nest
Properties
Protected
_id
_id
:
string
Protected
_name
_name
:
string
Protected
_tunnel
_tunnel
:
Tunnel
Protected
e
e
:
Environment
Accessors
id
get
id
(
)
:
string
Returns
string
name
get
name
(
)
:
string
set
name
(
name
:
string
)
:
void
Returns
string
Parameters
name:
string
Returns
void
tunnel
get
tunnel
(
)
:
Tunnel
Returns
Tunnel
Methods
arrive
arrive
(
job
:
Job
)
:
void
Parameters
job:
Job
Returns
void
register
register
(
tunnel
:
Tunnel
)
:
void
Parameters
tunnel:
Tunnel
Returns
void
to
String
to
String
(
)
:
string
Returns
string
Globals
Nest
constructor
_id
_name
_tunnel
e
id
name
tunnel
arrive
register
to
String
Generated using
TypeDoc
A nest is a resource that holds or produces jobs.