Class HealthCheck
- java.lang.Object
-
- uk.co.ractf.polaris.api.common.JsonRepresentable
-
- uk.co.ractf.polaris.api.healthcheck.HealthCheck
-
- Direct Known Subclasses:
CommandHealthCheck
,HttpHealthCheck
,TcpHealthCheck
,TcpPayloadHealthCheck
public abstract class HealthCheck extends JsonRepresentable
Base class for all healthchecks that can be ran against aPod
-
-
Constructor Summary
Constructors Constructor Description HealthCheck(java.lang.String id, java.lang.String type)
Create a HealthCheck
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
-
Methods inherited from class uk.co.ractf.polaris.api.common.JsonRepresentable
parse, toJsonString
-
-