Uses of Class
de.dagere.peass.ci.PeassProcessConfiguration
-
-
Uses of PeassProcessConfiguration in de.dagere.peass.ci.logs
Constructors in de.dagere.peass.ci.logs with parameters of type PeassProcessConfiguration Constructor Description LogActionCreator(PeassProcessConfiguration peassConfig, Run<?,?> run, VisualizationFolderManager visualizationFolders)
LogFileReader(VisualizationFolderManager visualizationFolders, PeassProcessConfiguration processConfig)
RTSLogFileReader(VisualizationFolderManager visualizationFolders, PeassProcessConfiguration peassConfig)
-
Uses of PeassProcessConfiguration in de.dagere.peass.ci.logs.measurement
Constructors in de.dagere.peass.ci.logs.measurement with parameters of type PeassProcessConfiguration Constructor Description MeasurementActionCreator(LogFileReader reader, Run<?,?> run, PeassProcessConfiguration processConfig)
-
Uses of PeassProcessConfiguration in de.dagere.peass.ci.logs.rca
Constructors in de.dagere.peass.ci.logs.rca with parameters of type PeassProcessConfiguration Constructor Description RCAActionCreator(LogFileReader reader, Run<?,?> run, PeassProcessConfiguration peassConfig)
-
Uses of PeassProcessConfiguration in de.dagere.peass.ci.logs.rts
Constructors in de.dagere.peass.ci.logs.rts with parameters of type PeassProcessConfiguration Constructor Description RTSLogActionCreator(RTSLogFileReader reader, Run<?,?> run, PeassProcessConfiguration processConfig)
-
Uses of PeassProcessConfiguration in de.dagere.peass.ci.process
Methods in de.dagere.peass.ci.process with parameters of type PeassProcessConfiguration Modifier and Type Method Description static RTSInfos
RTSInfos. readInfosFromFolders(de.dagere.peass.folders.ResultsFolders results, PeassProcessConfiguration peassConfig)
Constructors in de.dagere.peass.ci.process with parameters of type PeassProcessConfiguration Constructor Description LocalPeassProcessManager(PeassProcessConfiguration peassConfig, FilePath workspace, File localWorkspace, TaskListener listener, Run<?,?> run)
-
Uses of PeassProcessConfiguration in de.dagere.peass.ci.rca
Constructors in de.dagere.peass.ci.rca with parameters of type PeassProcessConfiguration Constructor Description RCAVisualizer(PeassProcessConfiguration peassConfig, VisualizationFolderManager visualizationFolders, de.dagere.peass.analysis.changes.ProjectChanges changes, Run<?,?> run)
-
Uses of PeassProcessConfiguration in de.dagere.peass.ci.remote
Constructors in de.dagere.peass.ci.remote with parameters of type PeassProcessConfiguration Constructor Description RemoteMeasurer(PeassProcessConfiguration peassConfig, TaskListener listener, Set<de.dagere.nodeDiffDetector.data.TestMethodCall> tests)
RemoteRCA(PeassProcessConfiguration peassConfig, de.dagere.peass.measurement.rca.CauseSearcherConfig causeConfig, de.dagere.peass.analysis.changes.ProjectChanges changes, TaskListener listener)
RemoteRTS(PeassProcessConfiguration peassConfig, TaskListener listener)
-
Uses of PeassProcessConfiguration in de.dagere.peass.ci.rts
Constructors in de.dagere.peass.ci.rts with parameters of type PeassProcessConfiguration Constructor Description RTSVisualizationCreator(de.dagere.peass.folders.ResultsFolders localWorkspace, PeassProcessConfiguration peassConfig)
-