probot
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Probot
constructor
app
http
Server
logger
options
server
throttle
Options
webhook
error
Handler
load
receive
setup
start
run
Hierarchy
Probot
Index
Constructors
constructor
Properties
app
http
Server
logger
options
server
throttle
Options
webhook
Methods
error
Handler
load
receive
setup
start
run
Constructors
constructor
new
Probot
(
options
:
Options
)
:
Probot
Parameters
options:
Options
Returns
Probot
Properties
Optional
app
app
:
OctokitApp
Optional
http
Server
http
Server
:
Server
logger
logger
:
Logger
options
options
:
Options
server
server
:
express.Application
throttle
Options
throttle
Options
:
any
webhook
webhook
:
Webhooks
Methods
error
Handler
error
Handler
(
err
:
Error
)
:
void
Parameters
err:
Error
Returns
void
load
load
(
appFn
:
string
|
ApplicationFunction
)
:
Application
Parameters
appFn:
string
|
ApplicationFunction
Returns
Application
receive
receive
(
event
:
WebhookEvent
<
any
>
)
:
Promise
<
[
void
,
void
,
void
]
[]
>
Parameters
event:
WebhookEvent
<
any
>
Returns
Promise
<
[
void
,
void
,
void
]
[]
>
setup
setup
(
appFns
:
Array
<
string
|
ApplicationFunction
>
)
:
void
Parameters
appFns:
Array
<
string
|
ApplicationFunction
>
Returns
void
start
start
(
)
:
void
Returns
void
Static
run
run
(
appFn
:
ApplicationFunction
|
string
[]
)
:
Promise
<
Probot
>
Parameters
appFn:
ApplicationFunction
|
string
[]
Returns
Promise
<
Probot
>
Generated using
TypeDoc