Package org.jenkinsci.plugins.p4.groovy
Class GetP4Task
- java.lang.Object
-
- jenkins.security.MasterToSlaveCallable<P4Groovy,InterruptedException>
-
- org.jenkinsci.plugins.p4.groovy.GetP4Task
-
- All Implemented Interfaces:
hudson.remoting.Callable<P4Groovy,InterruptedException>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class GetP4Task extends MasterToSlaveCallable<P4Groovy,InterruptedException> implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description P4Groovy
call()
-
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
-
-
-
-
Constructor Detail
-
GetP4Task
protected GetP4Task(Run run, String credential, Workspace workspace, FilePath buildWorkspace, TaskListener listener) throws P4InvalidCredentialException
- Throws:
P4InvalidCredentialException
-
-
Method Detail
-
call
public P4Groovy call() throws InterruptedException
- Specified by:
call
in interfacehudson.remoting.Callable<P4Groovy,InterruptedException>
- Throws:
InterruptedException
-
-