Interface RepositoryHook
public interface RepositoryHook
Describes a repository hook and its state for a specific scope.
- 
Method Summary
- 
Method Details- 
getDetails- Returns:
- the associated details of this repository hook
 
- 
getScope- Returns:
- the scope at which the repository hook was configured
- Since:
- 5.2
 
- 
isEnabledboolean isEnabled()- Returns:
- trueif this hook has been enabled,- falseotherwise
 
- 
isConfiguredboolean isConfigured()- Returns:
- trueif settings have been previously stored for this hook and- scope- falseotherwise.
 
 
-