Package com.fortify.plugin.jenkins
Class TableAction.BuildStatistics
- java.lang.Object
-
- com.fortify.plugin.jenkins.TableAction.BuildStatistics
-
- Direct Known Subclasses:
TableAction.MergedBuildStatistics
- Enclosing class:
- TableAction
public static class TableAction.BuildStatistics extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildStatistics(String name, int totalIssues, int newIssues, List<? extends TableAction.FolderStatistics> folderValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends TableAction.FolderStatistics>
getFolders()
String
getName()
String
getNew()
String
getTotal()
-
-
-
Constructor Detail
-
BuildStatistics
public BuildStatistics(String name, int totalIssues, int newIssues, List<? extends TableAction.FolderStatistics> folderValues)
-
-
Method Detail
-
getName
public String getName()
-
getTotal
public String getTotal()
-
getNew
public String getNew()
-
getFolders
public List<? extends TableAction.FolderStatistics> getFolders()
-
-