Class FakeLock
- java.lang.Object
-
- jetbrains.buildServer.serverSide.util.FakeLock
-
-
Constructor Summary
Constructors Constructor Description FakeLock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlock()voidlockInterruptibly()ConditionnewCondition()StringtoString()booleantryLock()booleantryLock(long time, TimeUnit unit)voidunlock()
-
-
-
Method Detail
-
lockInterruptibly
public void lockInterruptibly() throws InterruptedException- Specified by:
lockInterruptiblyin interfaceLock- Throws:
InterruptedException
-
newCondition
public Condition newCondition()
- Specified by:
newConditionin interfaceLock
-
-