Class NullAnalysisHistory

java.lang.Object
io.jenkins.plugins.analysis.core.model.NullAnalysisHistory
All Implemented Interfaces:
History, Iterable<edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>>

public class NullAnalysisHistory extends Object implements History
Empty build history.
Author:
Ullrich Hafner
  • Constructor Details

    • NullAnalysisHistory

      public NullAnalysisHistory()
  • Method Details

    • getBaselineAction

      public Optional<ResultAction> getBaselineAction()
      Description copied from interface: History
      Returns the baseline action (if already available).
      Specified by:
      getBaselineAction in interface History
      Returns:
      the baseline action
    • getBaselineResult

      public Optional<AnalysisResult> getBaselineResult()
      Description copied from interface: History
      Returns the baseline result (if already available).
      Specified by:
      getBaselineResult in interface History
      Returns:
      the baseline result
    • getResult

      public Optional<AnalysisResult> getResult()
      Description copied from interface: History
      Returns the historical result (if there is any).
      Specified by:
      getResult in interface History
      Returns:
      the historical result
    • getBuild

      public Optional<Run<?,?>> getBuild()
      Description copied from interface: History
      Returns the build that contains the historical result (if there is any).
      Specified by:
      getBuild in interface History
      Returns:
      the historical result
    • getIssues

      public edu.hm.hafner.analysis.Report getIssues()
      Description copied from interface: History
      Returns the issues of the historical result. If there is no historical build found, then an empty set of issues is returned.
      Specified by:
      getIssues in interface History
      Returns:
      the issues of the historical build
    • iterator

      @NonNull public Iterator<edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>> iterator()
      Specified by:
      iterator in interface History
      Specified by:
      iterator in interface Iterable<edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>>
    • hasMultipleResults

      public boolean hasMultipleResults()
      Description copied from interface: History
      Returns whether this history has more than one result.
      Specified by:
      hasMultipleResults in interface History
      Returns:
      true if there are multiple results, false otherwise
    • toString

      public String toString()
      Overrides:
      toString in class Object