Class BuildInfoArchiver.BuildTimePredict

java.lang.Object
com.splunk.splunkjenkins.utils.BuildInfoArchiver.BuildTimePredict
All Implemented Interfaces:
com.google.common.base.Predicate<Run>, Predicate<Run>
Enclosing class:
BuildInfoArchiver

public static class BuildInfoArchiver.BuildTimePredict extends Object implements com.google.common.base.Predicate<Run>
  • Constructor Details

    • BuildTimePredict

      public BuildTimePredict(long startTime, long endTime)
  • Method Details

    • apply

      public boolean apply(@NonNull Run run)
      Specified by:
      apply in interface com.google.common.base.Predicate<Run>