Package org.ossreviewtoolkit.model
Class AdvisorSummary
-
- All Implemented Interfaces:
public final class AdvisorSummaryA short summary of the advisor result.
-
-
Constructor Summary
Constructors Constructor Description AdvisorSummary(Instant startTime, Instant endTime, List<Issue> issues)
-
Method Summary
Modifier and Type Method Description final InstantgetStartTime()The time when the advisor started. final InstantgetEndTime()The time when the advisor finished. final List<Issue>getIssues()The list of issues that occurred during the advisor run. -
-
Method Detail
-
getStartTime
final Instant getStartTime()
The time when the advisor started.
-
getEndTime
final Instant getEndTime()
The time when the advisor finished.
-
-
-
-