Package de.dagere.peass.ci.remote
Class RemoteRTS
- java.lang.Object
-
- de.dagere.peass.ci.remote.RemoteRTS
-
- All Implemented Interfaces:
FilePath.FileCallable<de.dagere.peass.ci.RTSResult>,Serializable,org.jenkinsci.remoting.RoleSensitive
public class RemoteRTS extends Object implements FilePath.FileCallable<de.dagere.peass.ci.RTSResult>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteRTS(PeassProcessConfiguration peassConfig, TaskListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckRoles(org.jenkinsci.remoting.RoleChecker checker)de.dagere.peass.ci.RTSResultinvoke(File workspaceFolder, hudson.remoting.VirtualChannel channel)
-
-
-
Constructor Detail
-
RemoteRTS
public RemoteRTS(PeassProcessConfiguration peassConfig, TaskListener listener)
-
-
Method Detail
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException- Specified by:
checkRolesin interfaceorg.jenkinsci.remoting.RoleSensitive- Throws:
SecurityException
-
invoke
public de.dagere.peass.ci.RTSResult invoke(File workspaceFolder, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
- Specified by:
invokein interfaceFilePath.FileCallable<de.dagere.peass.ci.RTSResult>- Throws:
IOExceptionInterruptedException
-
-