Interface CloudHostFutureTransformer
-
- All Known Implementing Classes:
WaitForOpenPortTransformer
public interface CloudHostFutureTransformerUsed to 'transform' a CloudHostFuture and do additional processing before it is returned in theItestHostLauncher.launch(String)method. The returned function will be wrapped in a Future and executed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.base.Function<com.xebialabs.overcast.host.CloudHost,com.xebialabs.overcast.host.CloudHost>transform(com.google.common.util.concurrent.ListenableFuture<com.xebialabs.overcast.host.CloudHost> host)
-