public class DeploymentValidator extends Object
| Constructor and Description |
|---|
DeploymentValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
waitForDeployment(String url,
int timeout,
TimeUnit timeoutTimeUnit,
int pollInterval,
TimeUnit pollTimeUnit)
Wait on the Url response untile the defined timeout.
|
public void waitForDeployment(String url, int timeout, TimeUnit timeoutTimeUnit, int pollInterval, TimeUnit pollTimeUnit)
url - The URL endpoint of deployment.timeout - Time to wait upon the desired response.timeoutTimeUnit - TimeUnit of timeout value.pollInterval - Time interval to perform polling.pollTimeUnit - TimeUnit of pollInterval.Copyright © 2018 WSO2. All rights reserved.