Class PathPoller
- java.lang.Object
-
- org.apache.sling.testing.clients.util.poller.AbstractPoller
-
- org.apache.sling.testing.clients.util.poller.PathPoller
-
- All Implemented Interfaces:
Poller
@Deprecated public class PathPoller extends AbstractPoller
Deprecated.Allows polling for a resource
-
-
Constructor Summary
Constructors Constructor Description PathPoller(AbstractSlingClient client, java.lang.String path, long waitInterval, long waitCount, int... expectedStatus)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancall()Deprecated.booleancondition()Deprecated.java.lang.ExceptiongetException()Deprecated.-
Methods inherited from class org.apache.sling.testing.clients.util.poller.AbstractPoller
callAndWait, callUntilCondition
-
-
-
-
Constructor Detail
-
PathPoller
public PathPoller(AbstractSlingClient client, java.lang.String path, long waitInterval, long waitCount, int... expectedStatus)
Deprecated.
-
-