| Package | Description |
|---|---|
| com.github.dockerunit.core | |
| com.github.dockerunit.core.internal.service |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstance.Status |
ServiceInstance.getStatus() |
static ServiceInstance.Status |
ServiceInstance.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceInstance.Status[] |
ServiceInstance.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceContext.checkStatus(ServiceInstance.Status status)
Checks whether all the
ServiceInstances of all Services in this context are in the specified ServiceInstance.Status |
boolean |
Service.checkStatus(ServiceInstance.Status status)
Checks whether all the
ServiceInstances in this svc are in the specified ServiceInstance.Status. |
boolean |
ServiceInstance.hasStatus(ServiceInstance.Status status)
Checks whether the instance is in the specified status.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultServiceContext.checkStatus(ServiceInstance.Status status) |
Copyright © 2021. All rights reserved.