probot
Preparing search index...
manifest-creation
ManifestCreation
Class ManifestCreation
Index
Constructors
constructor
Accessors
create
App
Url
pkg
Methods
create
App
From
Code
create
Webhook
Channel
get
Manifest
Constructors
constructor
new
ManifestCreation
(
options
?:
{
updateEnv
?:
(
env
:
ProcessEnv
)
=>
ProcessEnv
}
,
)
:
ManifestCreation
Parameters
options
:
{
updateEnv
?:
(
env
:
ProcessEnv
)
=>
ProcessEnv
}
= ...
Returns
ManifestCreation
Accessors
create
App
Url
get
createAppUrl
()
:
string
Returns
string
pkg
get
pkg
()
:
PackageJson
Returns
PackageJson
Methods
create
App
From
Code
createAppFromCode
(
code
:
string
,
probotOptions
?:
OctokitOptions
)
:
Promise
<
any
>
Parameters
code
:
string
Optional
probotOptions
:
OctokitOptions
Returns
Promise
<
any
>
create
Webhook
Channel
createWebhookChannel
(
__namedParameters
?:
{
log
?:
Logger
;
SmeeClient
:
any
}
,
)
:
Promise
<
undefined
|
string
>
Parameters
__namedParameters
:
{
log
?:
Logger
;
SmeeClient
:
any
}
= ...
Returns
Promise
<
undefined
|
string
>
get
Manifest
getManifest
(
options
:
{
baseUrl
:
string
;
pkg
:
PackageJson
;
readFileSync
?:
{
(
path
:
PathOrFileDescriptor
,
options
?:
null
|
{}
)
:
NonSharedBuffer
;
(
path
:
PathOrFileDescriptor
,
options
:
{}
|
BufferEncoding
)
:
string
;
(
path
:
PathOrFileDescriptor
,
options
?:
null
|
BufferEncoding
|
ObjectEncodingOptions
&
{}
,
)
:
string
|
NonSharedBuffer
;
}
;
}
,
)
:
string
Parameters
options
:
{
baseUrl
:
string
;
pkg
:
PackageJson
;
readFileSync
?:
{
(
path
:
PathOrFileDescriptor
,
options
?:
null
|
{}
)
:
NonSharedBuffer
;
(
path
:
PathOrFileDescriptor
,
options
:
{}
|
BufferEncoding
)
:
string
;
(
path
:
PathOrFileDescriptor
,
options
?:
null
|
BufferEncoding
|
ObjectEncodingOptions
&
{}
,
)
:
string
|
NonSharedBuffer
;
}
;
}
baseUrl
:
string
pkg
:
PackageJson
Optional
readFileSync
?:
{
(
path
:
PathOrFileDescriptor
,
options
?:
null
|
{}
)
:
NonSharedBuffer
;
(
path
:
PathOrFileDescriptor
,
options
:
{}
|
BufferEncoding
)
:
string
;
(
path
:
PathOrFileDescriptor
,
options
?:
null
|
BufferEncoding
|
ObjectEncodingOptions
&
{}
,
)
:
string
|
NonSharedBuffer
;
}
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
create
App
Url
pkg
Methods
create
App
From
Code
create
Webhook
Channel
get
Manifest
probot
Loading...