public class MetricsActor extends jenkins.MasterToSlaveFileCallable<List<MetricsMeasurement>>
MetricsActor
is executed on the master or slave to analyze the metrics.Constructor and Description |
---|
MetricsActor(String filePattern,
String classPathFile,
hudson.model.TaskListener listener)
Create a new
MetricsActor . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
List<MetricsMeasurement> |
invoke(File workspace,
hudson.remoting.VirtualChannel channel) |
public MetricsActor(String filePattern, String classPathFile, hudson.model.TaskListener listener)
MetricsActor
.filePattern
- the pattern of files to analyzeclassPathFile
- path to a file containing the ClassPath for the analyzed projectlistener
- TaskListener
for reporting errors and resultsCopyright © 2016–2020. All rights reserved.