Schnittstelle History
- Alle Superschnittstellen:
Iterable<edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>>
- Alle bekannten Implementierungsklassen:
AnalysisHistory
,NullAnalysisHistory
History of analysis results.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the baseline action (if already available).Returns the baseline result (if already available).getBuild()
Returns the build that contains the historical result (if there is any).edu.hm.hafner.analysis.Report
Returns the issues of the historical result.Returns the historical result (if there is any).boolean
Returns whether this history has more than one result.Iterator
<edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>> iterator()
Von Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliterator
-
Methodendetails
-
getBaselineAction
Optional<ResultAction> getBaselineAction()Returns the baseline action (if already available).- Gibt zurück:
- the baseline action
-
getBaselineResult
Optional<AnalysisResult> getBaselineResult()Returns the baseline result (if already available).- Gibt zurück:
- the baseline result
-
getResult
Optional<AnalysisResult> getResult()Returns the historical result (if there is any).- Gibt zurück:
- the historical result
-
getBuild
Returns the build that contains the historical result (if there is any).- Gibt zurück:
- the historical result
-
getIssues
edu.hm.hafner.analysis.Report getIssues()Returns the issues of the historical result. If there is no historical build found, then an empty set of issues is returned.- Gibt zurück:
- the issues of the historical build
-
iterator
- Angegeben von:
iterator
in SchnittstelleIterable<edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>>
-
hasMultipleResults
boolean hasMultipleResults()Returns whether this history has more than one result.- Gibt zurück:
true
if there are multiple results,false
otherwise
-