Uses of Class
com.atlassian.jira.pageobjects.util.Tracer

Packages that use Tracer
com.atlassian.jira.pageobjects.pages.viewissue   
com.atlassian.jira.pageobjects.util   
 

Uses of Tracer in com.atlassian.jira.pageobjects.pages.viewissue
 

Methods in com.atlassian.jira.pageobjects.pages.viewissue with parameters of type Tracer
 ViewIssuePage ViewIssuePage.waitForAjaxRefresh(Tracer tracer)
           
 

Uses of Tracer in com.atlassian.jira.pageobjects.util
 

Methods in com.atlassian.jira.pageobjects.util that return Tracer
 Tracer TraceContext.checkpoint()
          Returns a tracer containing the current state of trace list.
 

Methods in com.atlassian.jira.pageobjects.util with parameters of type Tracer
 com.atlassian.pageobjects.elements.query.TimedCondition TraceContext.condition(Tracer tracer, String key)
          Waits for the occurrence of a trace with the given key after the given tracer.
 void TraceContext.waitFor(Tracer tracer, String key)
          Waits for the occurrence of a trace with the given key after the given tracer.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.