com.atlassian.jira.functest.framework
Class Instruments

java.lang.Object
  extended by com.atlassian.jira.functest.framework.Instruments

public class Instruments
extends Object

Access to instrument counters visible throught ViewInstrumentation.jspa


Nested Class Summary
static class Instruments.Counter
           
static class Instruments.Counters
           
 
Constructor Summary
Instruments(Navigation navigation, HtmlPage page)
           
 
Method Summary
 Instruments.Counters readAllCounters()
          This uses web interface to load indexes count - loaded page changes to /secure/admin/ViewInstrumentation.jspa
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruments

public Instruments(Navigation navigation,
                   HtmlPage page)
Method Detail

readAllCounters

@Nonnull
public Instruments.Counters readAllCounters()
                                     throws ParseException
This uses web interface to load indexes count - loaded page changes to /secure/admin/ViewInstrumentation.jspa

Throws:
ParseException - if there is problem reading numbers


Copyright © 2002-2014 Atlassian. All Rights Reserved.