Interface EventLogBuildParser<T extends java.lang.Comparable<T>>
-
- Type Parameters:
T- object that represents build number
public interface EventLogBuildParser<T extends java.lang.Comparable<T>>Used to validate if events from this build are accepted
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tparse(@Nullable java.lang.String build)
-
-
-
Method Detail
-
parse
@Nullable T parse(@Nullable @Nullable java.lang.String build)
-
-