com.atlassian.jira.functest.framework
Class Instruments.Counter

java.lang.Object
  extended by com.atlassian.jira.functest.framework.Instruments.Counter
Enclosing class:
Instruments

public static class Instruments.Counter
extends Object


Constructor Summary
Instruments.Counter(String name)
           
Instruments.Counter(String name, long value)
           
 
Method Summary
 String getName()
           
 com.google.common.base.Optional<Long> getValue()
          Counter may not have value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruments.Counter

public Instruments.Counter(String name)

Instruments.Counter

public Instruments.Counter(String name,
                           long value)
Method Detail

getName

public String getName()

getValue

public com.google.common.base.Optional<Long> getValue()
Counter may not have value



Copyright © 2002-2014 Atlassian. All Rights Reserved.