Package jetbrains.buildServer.util
Class WaitForAssert
- java.lang.Object
-
- jetbrains.buildServer.util.WaitFor
-
- jetbrains.buildServer.util.WaitForAssert
-
public abstract class WaitForAssert extends WaitFor
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
WaitForAssert()
protected
WaitForAssert(long timeoutMs)
protected
WaitForAssert(long timeoutMs, long pollIntervalMs)
protected
WaitForAssert(long timeout, TimeUnit timeUnit)
protected
WaitForAssert(String optionalWatchDogName, long timeoutMs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getAssertMessage()
protected void
waitFinished()
-
Methods inherited from class jetbrains.buildServer.util.WaitFor
condition, dumpStack, isConditionMet
-
-
-
-
Constructor Detail
-
WaitForAssert
protected WaitForAssert()
-
WaitForAssert
protected WaitForAssert(String optionalWatchDogName, long timeoutMs)
-
WaitForAssert
protected WaitForAssert(long timeoutMs)
-
WaitForAssert
protected WaitForAssert(long timeout, @NotNull TimeUnit timeUnit)
-
WaitForAssert
protected WaitForAssert(long timeoutMs, long pollIntervalMs)
-
-
Method Detail
-
waitFinished
protected void waitFinished()
-
getAssertMessage
protected String getAssertMessage()
-
-