Package io.fabric8.maven.docker.config
Class HealthCheckConfiguration
- java.lang.Object
-
- io.fabric8.maven.docker.config.HealthCheckConfiguration
-
- All Implemented Interfaces:
Serializable
public class HealthCheckConfiguration extends Object implements Serializable
Build configuration for health checks.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHealthCheckConfiguration.Builder
-
Constructor Summary
Constructors Constructor Description HealthCheckConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArgumentsgetCmd()StringgetInterval()HealthCheckModegetMode()IntegergetRetries()StringgetStartPeriod()StringgetTimeout()voidvalidate()
-
-
-
Method Detail
-
getInterval
public String getInterval()
-
getTimeout
public String getTimeout()
-
getStartPeriod
public String getStartPeriod()
-
getCmd
public Arguments getCmd()
-
getMode
public HealthCheckMode getMode()
-
getRetries
public Integer getRetries()
-
validate
public void validate() throws IllegalArgumentException- Throws:
IllegalArgumentException
-
-