Class ImportStarter

  • All Implemented Interfaces:
    Callable<Void>

    public class ImportStarter
    extends Object
    implements Callable<Void>
    Imports existing measurement data from Peass CLI usage, which need to contains
    • staticTestSelection_$project.json
    • traceTestSelection_$project.json
    • statistics.json
    • changes.json
    into a format readable by the Peass-CI plugin. It is assumed that statistics.json is in the same folder as changes.json. After the data have been installed to the job, run one build and afterwards the data will be available and a creation of an peassOverview is possible.
    • Field Detail

      • staticSelectionFile

        protected File staticSelectionFile
      • executionFile

        protected File executionFile
      • changeFile

        protected File[] changeFile
      • fullPeassFolder

        protected File fullPeassFolder
    • Constructor Detail

      • ImportStarter

        public ImportStarter()