Class ExecProbe
- java.lang.Object
-
- com.bmuschko.gradle.docker.domain.ExecProbe
-
public class ExecProbe extends Object
Class holding metadata for an arbitrary exec livenessProbe.
-
-
Constructor Summary
Constructors Constructor Description ExecProbe(long pollTime, long pollInterval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getPollInterval()
long
getPollTime()
void
setPollInterval(long pollInterval)
void
setPollTime(long pollTime)
String
toString()
-