Uses of Class
com.vectorcast.plugins.vectorcastcoverage.portlet.bean.VectorCASTCoverageResultSummary
-
-
Uses of VectorCASTCoverageResultSummary in com.vectorcast.plugins.vectorcastcoverage.portlet
Methods in com.vectorcast.plugins.vectorcastcoverage.portlet that return VectorCASTCoverageResultSummary Modifier and Type Method Description static VectorCASTCoverageResultSummaryVectorCASTLoadData. getResultSummary(Collection<Job> jobs)Summarize the last coverage results of all jobs, which have coverage.Methods in com.vectorcast.plugins.vectorcastcoverage.portlet that return types with arguments of type VectorCASTCoverageResultSummary Modifier and Type Method Description static Map<LocalDate,VectorCASTCoverageResultSummary>VectorCASTLoadData. loadChartDataWithinRange(List<Job> jobs, int daysNumber)Get VcastCoverage coverage results of all jobs and store into a sorted HashMap by date. -
Uses of VectorCASTCoverageResultSummary in com.vectorcast.plugins.vectorcastcoverage.portlet.bean
Methods in com.vectorcast.plugins.vectorcastcoverage.portlet.bean that return VectorCASTCoverageResultSummary Modifier and Type Method Description VectorCASTCoverageResultSummaryVectorCASTCoverageResultSummary. addCoverageResult(VectorCASTCoverageResultSummary coverageResult)Add a coverage result.Methods in com.vectorcast.plugins.vectorcastcoverage.portlet.bean that return types with arguments of type VectorCASTCoverageResultSummary Modifier and Type Method Description List<VectorCASTCoverageResultSummary>VectorCASTCoverageResultSummary. getCoverageResults()List<VectorCASTCoverageResultSummary>VectorCASTCoverageResultSummary. getVectorCASTCoverageResults()Get list of VectorCASTCoverageResultSummary objects.Methods in com.vectorcast.plugins.vectorcastcoverage.portlet.bean with parameters of type VectorCASTCoverageResultSummary Modifier and Type Method Description VectorCASTCoverageResultSummaryVectorCASTCoverageResultSummary. addCoverageResult(VectorCASTCoverageResultSummary coverageResult)Add a coverage result.Method parameters in com.vectorcast.plugins.vectorcastcoverage.portlet.bean with type arguments of type VectorCASTCoverageResultSummary Modifier and Type Method Description voidVectorCASTCoverageResultSummary. setCoverageResults(List<VectorCASTCoverageResultSummary> coverageResults) -
Uses of VectorCASTCoverageResultSummary in com.vectorcast.plugins.vectorcastcoverage.portlet.grid
Methods in com.vectorcast.plugins.vectorcastcoverage.portlet.grid that return VectorCASTCoverageResultSummary Modifier and Type Method Description VectorCASTCoverageResultSummaryVectorCASTBuilderGrid. getVectorCASTCoverageResultSummary(Collection<Job> jobs)This method will be called by portlet.jelly to load data and create the grid.
-