public class ExecuteOnNode extends jenkins.security.MasterToSlaveCallable<Boolean,IOException> implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
RESULTS_NAME |
Constructor and Description |
---|
ExecuteOnNode(String projectFilePath,
hudson.model.BuildListener listener,
String performerInstallDir,
String workload,
List<SuccessCriteria> successCriteria,
String projectName) |
Modifier and Type | Method and Description |
---|---|
Boolean |
call() |
List<SuccessCriteria> |
createSuccessCriteraFromPerformanceLevels(String projectPath,
String workload,
PrintStream logger) |
public static final String RESULTS_NAME
public Boolean call() throws IOException
call
in interface hudson.remoting.Callable<Boolean,IOException>
IOException
public List<SuccessCriteria> createSuccessCriteraFromPerformanceLevels(String projectPath, String workload, PrintStream logger)
Copyright © 2016–2020. All rights reserved.