Class AggregatedReport<PARENT extends AggregatedReport<?,​PARENT,​?>,​SELF extends AggregatedReport<PARENT,​SELF,​CHILD>,​CHILD extends AbstractReport<SELF,​CHILD>>

    • Constructor Detail

      • AggregatedReport

        public AggregatedReport()
    • Method Detail

      • add

        public void add​(CHILD child)
      • getDynamic

        public CHILD getDynamic​(String token,
                                org.kohsuke.stapler.StaplerRequest req,
                                org.kohsuke.stapler.StaplerResponse rsp)
                         throws IOException
        Throws:
        IOException
      • hasChildren

        public boolean hasChildren()
      • hasChildrenStatementCoverage

        public boolean hasChildrenStatementCoverage()
      • hasChildrenBranchCoverage

        public boolean hasChildrenBranchCoverage()
      • hasChildrenBasisPathCoverage

        public boolean hasChildrenBasisPathCoverage()
      • hasChildrenMCDCCoverage

        public boolean hasChildrenMCDCCoverage()
      • hasChildrenFunctionCoverage

        public boolean hasChildrenFunctionCoverage()
      • hasChildrenFunctionCallCoverage

        public boolean hasChildrenFunctionCallCoverage()