Class Overview
Summarizes a command that has been run.
 
 As of 2.10 this summary is very minimal. It is a full state object with its own builder to simplify the process of adding additional summary data in subsequent releases.
 
Summary
| Nested Classes | 
|---|
  
    
      | class | CommandSummary.Builder |  | 
    
    
| [Expand] Inherited Methods | 
|---|
|  From class
  com.atlassian.bitbucket.util.AbstractSummary | 
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  
        | final
            
            
            void | wait() |  |