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 Details

    • ExecProbe

      public ExecProbe(long pollTime, long pollInterval)
  • Method Details

    • getPollTime

      public long getPollTime()
    • setPollTime

      public void setPollTime(long pollTime)
    • getPollInterval

      public long getPollInterval()
    • setPollInterval

      public void setPollInterval(long pollInterval)
    • toString

      public String toString()
      Overrides:
      toString in class Object