Package com.atlassian.bitbucket.scm.git.worktree
package com.atlassian.bitbucket.scm.git.worktree
-
ClassDescriptionAbstractGitWorkTreeRepositoryHookInvoker<T extends com.atlassian.bitbucket.hook.repository.RepositoryHookRequest>Convenience base class for implementing
GitWorkTreeRepositoryHookInvoker
The type of agit
checkout used to initialize aGitWorkTree
.Represents agit
repository work tree that can be used to create new commits.Callback type forGitWorkTreeBuilder.execute(GitWorkTreeCallback)
Invokes repository hooks as part ofpublishing
a work tree.Describes what ref to update when publishing aGitWorkTree
to itsRepository
, and whatRepositoryHookRequest
to use wheninvoking the repository hooks
before and after publishing the refs.