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:
true
if this hook has been enabled,false
otherwise
-
isConfigured
boolean isConfigured()- Returns:
true
if settings have been previously stored for this hook andscope
false
otherwise.
-