Uses of Class
org.talend.sdk.component.api.service.healthcheck.HealthCheckStatus.Status
-
Packages that use HealthCheckStatus.Status Package Description org.talend.sdk.component.api.service.healthcheck -
-
Uses of HealthCheckStatus.Status in org.talend.sdk.component.api.service.healthcheck
Methods in org.talend.sdk.component.api.service.healthcheck that return HealthCheckStatus.Status Modifier and Type Method Description static HealthCheckStatus.Status
HealthCheckStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static HealthCheckStatus.Status[]
HealthCheckStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-