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 longgetPollInterval()longgetPollTime()voidsetPollInterval(long pollInterval)voidsetPollTime(long pollTime)StringtoString()
-