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
-
isEnabled
boolean isEnabled()- Returns:
trueif this hook has been enabled,falseotherwise
-
isConfigured
boolean isConfigured()- Returns:
trueif settings have been previously stored for this hook andscopefalseotherwise.
-