Class Summary
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.model.Summary
-
@Deprecated public class Summary extends Object
Deprecated.rendering of the summary is now done on the client side with the new modelSummaryModel
Summary message of a static analysis run. This message is shown as part of the 'summary.jelly' information of the associatedResultAction
.Tool Name: %d issues from %d analyses - Results from analyses {%s, ... %s} - %d new issues (since build %d) - %d outstanding issues - %d fixed issues - No issues since build %d - Quality gates: passed (Reference build %d)
- Author:
- Ullrich Hafner
-
-
Constructor Summary
Constructors Constructor Description Summary(StaticAnalysisLabelProvider labelProvider, AnalysisResult result)
Deprecated.Creates a newSummary
.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
create()
Deprecated.Creates the summary as HTML string.
-
-
-
Constructor Detail
-
Summary
public Summary(StaticAnalysisLabelProvider labelProvider, AnalysisResult result)
Deprecated.Creates a newSummary
.- Parameters:
labelProvider
- the label provider to get the labels for the static analysis toolresult
- the result of the static analysis tool
-
-
Method Detail
-
create
public String create()
Deprecated.Creates the summary as HTML string.- Returns:
- the summary
-
-