Class Instrumenter.InstrumentationReport.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • totalInstrumentationPoints

        public Instrumenter.InstrumentationReport.Builder totalInstrumentationPoints​(int totalInstrumentationPoints)
        Sets the number of instrumentation points applied.
        Parameters:
        totalInstrumentationPoints - the point count
        Returns:
        this builder
      • classesInstrumented

        public Instrumenter.InstrumentationReport.Builder classesInstrumented​(int classesInstrumented)
        Sets the number of classes that received at least one point.
        Parameters:
        classesInstrumented - the class count
        Returns:
        this builder
      • methodsInstrumented

        public Instrumenter.InstrumentationReport.Builder methodsInstrumented​(int methodsInstrumented)
        Sets the number of methods that received at least one point.
        Parameters:
        methodsInstrumented - the method count
        Returns:
        this builder