| Package | Description |
|---|---|
| com.google.cloud.tools.jib.async |
| Modifier and Type | Method and Description |
|---|---|
AsyncDependencies |
AsyncDependencies.addStep(AsyncStep<?> asyncStep)
Adds the future of an
AsyncStep. |
AsyncDependencies |
AsyncDependencies.addSteps(List<? extends AsyncStep<?>> asyncSteps)
Adds the futures of a list of
AsyncSteps. |
static AsyncDependencies |
AsyncDependencies.using(com.google.common.util.concurrent.ListeningExecutorService listeningExecutorService)
Initialize with a
ListeningExecutorService. |
Copyright © 2019. All rights reserved.