com.atlassian.jira.functest.framework.dump
Class FuncTestTimerImpl

java.lang.Object
  extended by com.atlassian.jira.functest.framework.dump.FuncTestTimerImpl
All Implemented Interfaces:
FuncTestTimer

public class FuncTestTimerImpl
extends Object
implements FuncTestTimer

Since:
v4.1

Constructor Summary
FuncTestTimerImpl(String name)
           
 
Method Summary
 long end()
          Called to end the timer.
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuncTestTimerImpl

public FuncTestTimerImpl(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface FuncTestTimer
Returns:
the name of the Timer

end

public long end()
Description copied from interface: FuncTestTimer
Called to end the timer.

Specified by:
end in interface FuncTestTimer
Returns:
the number of milliseconds since the timer was created


Copyright © 2002-2012 Atlassian. All Rights Reserved.