Class RssDetectionShutdownFuture
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.detection.RssDetectionShutdownFuture
-
-
Constructor Summary
Constructors Constructor Description RssDetectionShutdownFuture(ExecutorService executorService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
cancel(boolean mayInterruptIfRunning)
Boolean
get()
Boolean
get(long timeout, @NotNull TimeUnit unit)
boolean
isCancelled()
boolean
isDone()
-
-
-
Constructor Detail
-
RssDetectionShutdownFuture
public RssDetectionShutdownFuture(ExecutorService executorService)
-
-
Method Detail
-
cancel
public boolean cancel(boolean mayInterruptIfRunning)
-
isCancelled
public boolean isCancelled()
- Specified by:
isCancelled
in interfaceFuture<Boolean>
-
get
public Boolean get() throws InterruptedException
- Specified by:
get
in interfaceFuture<Boolean>
- Throws:
InterruptedException
-
get
public Boolean get(long timeout, @NotNull @NotNull TimeUnit unit) throws InterruptedException
- Specified by:
get
in interfaceFuture<Boolean>
- Throws:
InterruptedException
-
-