public abstract class CheckinHandlersManager
extends java.lang.Object
Constructor and Description |
---|
CheckinHandlersManager() |
Modifier and Type | Method and Description |
---|---|
static CheckinHandlersManager |
getInstance() |
abstract java.util.List<BaseCheckinHandlerFactory> |
getRegisteredCheckinHandlerFactories(AbstractVcs [] vcses)
Returns the list of all registered factories which provide callbacks to run before and after
VCS checkin operations.
|
public static CheckinHandlersManager getInstance()
public abstract java.util.List<BaseCheckinHandlerFactory> getRegisteredCheckinHandlerFactories(AbstractVcs [] vcses)