Class RssDetectionShutdownFuture
java.lang.Object
com.atlassian.bamboo.configuration.external.detection.RssDetectionShutdownFuture
Future reference returned by
RssDetectionService.shutdown()
method to track thread pool shutdown process.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RssDetectionShutdownFuture
-
-
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
-
get
- Specified by:
get
in interfaceFuture<Boolean>
- Throws:
InterruptedException
-