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 Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
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>