Provides a way to address the channel(s) related to this action:
usually, an event or command invocation.
In an event handler, these are usually the channel(s) linked to a repo.
In a command handler, the behavior will be the same as that of MessageClient.respond
.
In some cases, such as repo creation or a push to a repo where there is no linked channel,
addressChannels will go to dev/null without error.
Context of the Atomist EventHandler invocation. Use to run GraphQL queries, use the messageClient directly and find the team and correlation id
Credentials for use with source control hosts such as GitHub
Parameters, if any were supplied
Store and retrieve preferences for this SDM or team
Optional ProgressLog to log to
The push invocation. Will be undefined if we are not invoked from a push.
Generated using TypeDoc
Code inspections or autofixes may be invoked in response to a push, or just with Parameters