com.atlassian.jira.web.action.admin.instrumentation
Class ViewInstrumentation.InstrumentDisplayBean

java.lang.Object
  extended by com.atlassian.jira.web.action.admin.instrumentation.ViewInstrumentation.InstrumentDisplayBean
Enclosing class:
ViewInstrumentation

public class ViewInstrumentation.InstrumentDisplayBean
extends Object


Constructor Summary
ViewInstrumentation.InstrumentDisplayBean(com.atlassian.instrumentation.Instrument instrument)
           
 
Method Summary
 String getCpuTime()
           
 String getInvocationCount()
           
 String getMillisecondsTaken()
           
 String getName()
           
 String getResultSetSize()
           
 String getType()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewInstrumentation.InstrumentDisplayBean

public ViewInstrumentation.InstrumentDisplayBean(com.atlassian.instrumentation.Instrument instrument)
Method Detail

getName

public String getName()

getType

public String getType()

getValue

public String getValue()

getInvocationCount

public String getInvocationCount()

getMillisecondsTaken

public String getMillisecondsTaken()

getCpuTime

public String getCpuTime()

getResultSetSize

public String getResultSetSize()


Copyright © 2002-2014 Atlassian. All Rights Reserved.