Class IssuesStatisticsBuilder
java.lang.Object
io.jenkins.plugins.analysis.core.util.IssuesStatisticsBuilder
Builder to create instances of the data class
IssuesStatistics
. This builder provides methods to configure
new and total and delta- Author:
- Ullrich Hafner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setDeltaErrorSize
(int deltaErrorSize) setDeltaHighSize
(int deltaHighSize) setDeltaLowSize
(int deltaLowSize) setDeltaNormalSize
(int deltaNormalSize) setFixedSize
(int fixedSize) setNewErrorSize
(int newErrorSize) setNewHighSize
(int newHighSize) setNewLowSize
(int newLowSize) setNewModifiedSize
(int newModifiedSize) setNewNormalSize
(int newNormalSize) setTotalErrorSize
(int totalErrorSize) setTotalHighSize
(int totalHighSize) setTotalLowSize
(int totalLowSize) setTotalModifiedSize
(int totalModifiedSize) setTotalNormalSize
(int totalNormalSize)
-
Constructor Details
-
IssuesStatisticsBuilder
public IssuesStatisticsBuilder()
-
-
Method Details
-
setTotalErrorSize
-
setNewErrorSize
-
setDeltaErrorSize
-
setTotalHighSize
-
setNewHighSize
-
setDeltaHighSize
-
setTotalNormalSize
-
setTotalModifiedSize
-
setNewNormalSize
-
setDeltaNormalSize
-
setTotalLowSize
-
setNewLowSize
-
setNewModifiedSize
-
setDeltaLowSize
-
setFixedSize
-
build
-