public class RemoteLookup
extends java.lang.Object
implements hudson.remoting.Callable<java.io.File,java.lang.RuntimeException>
Constructor and Description |
---|
RemoteLookup(java.lang.String artifactPath,
java.lang.String workspacePath) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
call() |
void |
checkRoles(org.jenkinsci.remoting.RoleChecker checker)
This method has an empty implementation, which is added after upgrading the Jenkins core version to 1.642.3
|
public RemoteLookup(java.lang.String artifactPath, java.lang.String workspacePath)
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws java.lang.SecurityException
checkRoles
in interface org.jenkinsci.remoting.RoleSensitive
checker
- java.lang.SecurityException
public java.io.File call() throws java.lang.RuntimeException
call
in interface hudson.remoting.Callable<java.io.File,java.lang.RuntimeException>
java.lang.RuntimeException