Package hudson.scm.localclient
Class IntegrityViewSandboxTask
java.lang.Object
hudson.scm.localclient.IntegrityViewSandboxTask
- All Implemented Interfaces:
hudson.FilePath.FileCallable<Boolean>,Serializable,org.jenkinsci.remoting.RoleSensitive
public class IntegrityViewSandboxTask
extends Object
implements hudson.FilePath.FileCallable<Boolean>
Created by asen on 15-06-2017.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrityViewSandboxTask(SandboxUtils sboxUtil, hudson.model.TaskListener listener, String alternateWorkspace) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckRoles(org.jenkinsci.remoting.RoleChecker roleChecker)
-
Constructor Details
-
IntegrityViewSandboxTask
public IntegrityViewSandboxTask(SandboxUtils sboxUtil, hudson.model.TaskListener listener, String alternateWorkspace)
-
-
Method Details
-
invoke
public Boolean invoke(File workspaceFile, hudson.remoting.VirtualChannel virtualChannel) throws IOException, InterruptedException - Specified by:
invokein interfacehudson.FilePath.FileCallable<Boolean>- Throws:
IOExceptionInterruptedException
-
checkRoles
- Specified by:
checkRolesin interfaceorg.jenkinsci.remoting.RoleSensitive- Throws:
SecurityException
-