Package hudson.scm.localclient
Class IntegrityCreateSandboxTask
java.lang.Object
hudson.scm.localclient.IntegrityCreateSandboxTask
- All Implemented Interfaces:
hudson.FilePath.FileCallable<Boolean>,Serializable,org.jenkinsci.remoting.RoleSensitive
public class IntegrityCreateSandboxTask
extends Object
implements hudson.FilePath.FileCallable<Boolean>
Created by asen on 06-06-2017.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrityCreateSandboxTask(SandboxUtils sboxUtil, IntegrityCMProject siProject, String alternateWorkspace, hudson.model.TaskListener listener, String lineTerminator, String sandboxScope) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckRoles(org.jenkinsci.remoting.RoleChecker roleChecker)
-
Constructor Details
-
IntegrityCreateSandboxTask
public IntegrityCreateSandboxTask(SandboxUtils sboxUtil, IntegrityCMProject siProject, String alternateWorkspace, hudson.model.TaskListener listener, String lineTerminator, String sandboxScope)
-
-
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
-