Class SecondaryLaunchFinishCondition
- java.lang.Object
-
- com.epam.reportportal.service.launch.SecondaryLaunchFinishCondition
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Boolean>
public class SecondaryLaunchFinishCondition extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Boolean>Condition which designed to wait for all secondary launches finished (true), or at least one launch finished (false).
-
-
Constructor Summary
Constructors Constructor Description SecondaryLaunchFinishCondition(LaunchIdLock launchIdLock, java.lang.String selfUuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleancall()
-
-
-
Constructor Detail
-
SecondaryLaunchFinishCondition
public SecondaryLaunchFinishCondition(LaunchIdLock launchIdLock, java.lang.String selfUuid)
-
-