Package cz.xtf.core.event.helpers
Class EventHelper
- java.lang.Object
-
- cz.xtf.core.event.helpers.EventHelper
-
public class EventHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description EventHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ZonedDateTimetimeOfLastEvent(OpenShift openShift)static ZonedDateTimetimeOfLastEventBMOrTestNamespaceOrEpoch()static ZonedDateTimetimestampToZonedDateTime(String timestamp)
-
-
-
Method Detail
-
timestampToZonedDateTime
public static ZonedDateTime timestampToZonedDateTime(String timestamp)
-
timeOfLastEventBMOrTestNamespaceOrEpoch
public static ZonedDateTime timeOfLastEventBMOrTestNamespaceOrEpoch()
-
timeOfLastEvent
public static ZonedDateTime timeOfLastEvent(OpenShift openShift)
-
-