public class PangolinRemoteExecutor extends Object implements hudson.remoting.Callable<String,Exception>, Serializable
Constructor and Description |
---|
PangolinRemoteExecutor(hudson.FilePath workspace,
com.agiletestware.pangolin.client.upload.BulkUpdateParameters parameters,
hudson.model.TaskListener listener)
Instantiates a new pangolin remote executor.
|
Modifier and Type | Method and Description |
---|---|
String |
call() |
void |
checkRoles(org.jenkinsci.remoting.RoleChecker checker) |
com.agiletestware.pangolin.shared.model.testresults.UploadResponse.RunInfo |
execute()
Execute.
|
public PangolinRemoteExecutor(hudson.FilePath workspace, com.agiletestware.pangolin.client.upload.BulkUpdateParameters parameters, hudson.model.TaskListener listener)
workspace
- the workspaceparameters
- the parameterslistener
- the listenerpublic com.agiletestware.pangolin.shared.model.testresults.UploadResponse.RunInfo execute() throws Exception
Exception
- the exceptionpublic void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
checkRoles
in interface org.jenkinsci.remoting.RoleSensitive
SecurityException
Copyright © 2018–2022 Agiletestware. All rights reserved.