Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.playback.EventTimeSlice
-
Packages that use EventTimeSlice Package Description com.sonyericsson.hudson.plugins.gerrit.trigger.playback -
-
Uses of EventTimeSlice in com.sonyericsson.hudson.plugins.gerrit.trigger.playback
Fields in com.sonyericsson.hudson.plugins.gerrit.trigger.playback declared as EventTimeSlice Modifier and Type Field Description protected EventTimeSlice
GerritMissedEventsPlaybackManager. serverTimestamp
Server Timestamp.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.playback that return EventTimeSlice Modifier and Type Method Description EventTimeSlice
GerritMissedEventsPlaybackManager. getServerTimestamp()
Return server timestamp.static EventTimeSlice
EventTimeSlice. shallowCopy(EventTimeSlice ets)
Creates a shallow copy of a given EventTimeSlice.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.playback with parameters of type EventTimeSlice Modifier and Type Method Description static EventTimeSlice
EventTimeSlice. shallowCopy(EventTimeSlice ets)
Creates a shallow copy of a given EventTimeSlice.
-