Package sonia.scm.repository.api
Class HookContextFactory
java.lang.Object
sonia.scm.repository.api.HookContextFactory
Injectable factory for
HookContext
objects.- Since:
- 1.33
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext
(HookContextProvider provider, Repository repository) Creates a newHookContext
.
-
Constructor Details
-
HookContextFactory
-
-
Method Details
-
createContext
Creates a newHookContext
.- Parameters:
provider
- provider implementationrepository
- changed repository- Returns:
- new
HookContext
-