Package | Description |
---|---|
com.atlassian.confluence.pageobjects.trace |
Modifier and Type | Method and Description |
---|---|
Tracer |
TraceContext.checkpoint()
Deprecated.
Returns a tracer containing the current state of trace list.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedCondition |
TraceContext.condition(Tracer tracer,
String key)
Deprecated.
Waits for the occurrence of a trace with the given key after the given tracer.
|
boolean |
TraceContext.exists(Tracer tracer,
String key)
Deprecated.
|
List<Map<String,Object>> |
TraceContext.getArguments(Tracer tracer,
String key)
Deprecated.
|
void |
TraceContext.waitFor(Tracer tracer,
String key)
Deprecated.
Waits for the occurrence of a trace with the given key after the given tracer.
|
Copyright © 2003–2017 Atlassian. All rights reserved.