Class Utils.BusyNodeList
- java.lang.Object
-
- com.smartbear.jenkins.plugins.testcomplete.Utils.BusyNodeList
-
-
Constructor Summary
Constructors Constructor Description BusyNodeList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
lock(Computer computer, TaskListener listener)
void
release(Computer computer)
-
-
-
Method Detail
-
lock
public void lock(Computer computer, TaskListener listener) throws InterruptedException
- Throws:
InterruptedException
-
release
public void release(Computer computer) throws InterruptedException
- Throws:
InterruptedException
-
-