public final class JobUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Mono<Void> |
waitForCompletion(CloudFoundryClient cloudFoundryClient,
String jobId)
Waits for a job to complete
|
public static Mono<Void> waitForCompletion(CloudFoundryClient cloudFoundryClient, String jobId)
cloudFoundryClient - the client to use to request job statusjobId - the id of the jobonComplete once job has completedCopyright © 2016 Pivotal Software, Inc.. All rights reserved.