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