Package org.ossreviewtoolkit.model
Class NotifierRun
-
- All Implemented Interfaces:
public final class NotifierRunThe summary of a single run of the notifier.
-
-
Constructor Summary
Constructors Constructor Description NotifierRun(Instant startTime, Instant endTime)
-
Method Summary
Modifier and Type Method Description final InstantgetStartTime()The Instant the notifier was started. final InstantgetEndTime()The Instant the notifier has finished. -
-
Method Detail
-
getStartTime
final Instant getStartTime()
The Instant the notifier was started.
-
getEndTime
final Instant getEndTime()
The Instant the notifier has finished.
-
-
-
-