Interface RepositoryHook


public interface RepositoryHook
Describes a repository hook and its state for a specific scope.
  • Method Details

    • getDetails

      @Nonnull RepositoryHookDetails getDetails()
      Returns:
      the associated details of this repository hook
    • getScope

      @Nonnull Scope 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 and scope false otherwise.