com.atlassian.jira.functest.framework.dump
Class FuncTestTimerImpl
java.lang.Object
com.atlassian.jira.functest.framework.dump.FuncTestTimerImpl
- All Implemented Interfaces:
- FuncTestTimer
public class FuncTestTimerImpl
- extends Object
- implements FuncTestTimer
- Since:
- v4.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FuncTestTimerImpl
public FuncTestTimerImpl(String name)
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.