| com.atlassian.bitbucket.hook.repository.RepositoryHook | 
    
    
Class Overview
Describes a repository hook and its state for a specific scope.
 
Public Methods
    
      
    
      
    
    
    
      
  
  
      Returns
      - the associated details of this repository hook
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Scope
      
      getScope
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the scope at which the repository hook was configured
 
     
 
    
      
        
        public
        
        
        
        
        boolean
      
      isConfigured
      ()
    
      
    
      
    
      
  
  
      Returns
      - trueif settings have been previously stored for this hook and- scope- falseotherwise.
 
     
 
    
      
        
        public
        
        
        
        
        boolean
      
      isEnabled
      ()
    
      
    
      
    
      
  
  
      Returns
      - trueif this hook has been enabled,- falseotherwise