Class RssDetectionFuture
java.lang.Object
com.atlassian.bamboo.configuration.external.detection.RssDetectionFuture
Future reference returned for Bamboo Specs detection. Yields true when the detection occurred and resulted in
Bamboo Specs being run. Throws
ExecutionException
wrapped around an actual exception if one occurred.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RssDetectionFuture
-
-
Method Details
-
cancel
public boolean cancel(boolean mayInterruptIfRunning) -
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceFuture<Boolean>
-
isDone
public boolean isDone() -
get
- Specified by:
get
in interfaceFuture<Boolean>
- Throws:
InterruptedException
ExecutionException
-
get
public Boolean get(long timeout, @NotNull @NotNull TimeUnit unit) throws InterruptedException, ExecutionException - Specified by:
get
in interfaceFuture<Boolean>
- Throws:
InterruptedException
ExecutionException
-