public class RunTestSetTask extends Object implements hudson.remoting.Callable<Integer,Exception>
Callable task which runs test set on remote agent.| Constructor and Description |
|---|
RunTestSetTask(hudson.model.TaskListener listener,
hudson.FilePath jenkinsDirPath,
hudson.FilePath workspace,
com.agiletestware.bumblebee.client.testrunner.TestSetRunnerParameters parameters)
Creates a new task
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
call() |
void |
checkRoles(org.jenkinsci.remoting.RoleChecker arg0) |
public RunTestSetTask(hudson.model.TaskListener listener,
hudson.FilePath jenkinsDirPath,
hudson.FilePath workspace,
com.agiletestware.bumblebee.client.testrunner.TestSetRunnerParameters parameters)
listener - listenerjenkinsDirPath - base directory for Jenkins agent or master.workspace - workspace of a project.parameters - parameters.public void checkRoles(org.jenkinsci.remoting.RoleChecker arg0)
throws SecurityException
checkRoles in interface org.jenkinsci.remoting.RoleSensitiveSecurityExceptionCopyright © 2004-2016. All Rights Reserved.