Options
All
  • Public
  • Public/Protected
  • All
Menu

git hooks we support. All hooks are "post" hooks, meaning that Atomist will never prevent completion of a git operation, but will be invoked after it is complete.

type

{string[]}

Index

Enumeration members

Enumeration members

PostCommit

PostCommit: = "post-commit"

Used to respond to commits. Main Atomist entry point.

PostMerge

PostMerge: = "post-merge"

Used when a branch has been merged

PostReceive

PostReceive: = "post-receive"

Server side hook. Atomist will clone local projects, using the file location as a remote. If it makes a transform or autofix, the push from the cloned repo will result in this server side hook firing on the original local repo.

Generated using TypeDoc