Search
Preparing search index...
The search index is not available
@atomist/sdm
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"core/handlers/events/repo/OnRepoCreation"
OnRepoCreation
Class OnRepoCreation
A new repo has been created. We don't know if it has code.
Hierarchy
OnRepoCreation
Implements
HandleEvent
<
schema.OnRepoCreation.Subscription
>
Index
Constructors
constructor
Properties
configuration
credentials
Factory
new
Repo
Actions
preference
Store
Factory
repo
Ref
Resolver
Methods
handle
Constructors
constructor
new
OnRepo
Creation
(
newRepoActions
:
RepoCreationListener
[]
, repoRefResolver
:
RepoRefResolver
, credentialsFactory
:
CredentialsResolver
, preferenceStoreFactory
:
PreferenceStoreFactory
)
:
OnRepoCreation
Parameters
newRepoActions:
RepoCreationListener
[]
repoRefResolver:
RepoRefResolver
credentialsFactory:
CredentialsResolver
preferenceStoreFactory:
PreferenceStoreFactory
Returns
OnRepoCreation
Properties
configuration
configuration
:
Configuration
Private
Readonly
credentials
Factory
credentials
Factory
:
CredentialsResolver
Private
Readonly
new
Repo
Actions
new
Repo
Actions
:
RepoCreationListener
[]
Private
Readonly
preference
Store
Factory
preference
Store
Factory
:
PreferenceStoreFactory
Private
Readonly
repo
Ref
Resolver
repo
Ref
Resolver
:
RepoRefResolver
Methods
handle
handle
(
event
:
EventFired
<
schema.OnRepoCreation.Subscription
>
, context
:
HandlerContext
)
:
Promise
<
HandlerResult
>
Parameters
event:
EventFired
<
schema.OnRepoCreation.Subscription
>
context:
HandlerContext
Returns
Promise
<
HandlerResult
>
Globals
"core/handlers/events/repo/
OnRepo
Creation"
On
Repo
Creation
constructor
configuration
credentials
Factory
new
Repo
Actions
preference
Store
Factory
repo
Ref
Resolver
handle
Generated using
TypeDoc
A new repo has been created. We don't know if it has code.