Package org.jenkinsci.plugins.p4.tasks
Class PollTask
- java.lang.Object
-
- org.jenkinsci.plugins.p4.tasks.AbstractTask
-
- org.jenkinsci.plugins.p4.tasks.PollTask
-
- All Implemented Interfaces:
FilePath.FileCallable<List<P4Ref>>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class PollTask extends AbstractTask implements FilePath.FileCallable<List<P4Ref>>, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkRoles(org.jenkinsci.remoting.RoleChecker checker)
List<P4Ref>
invoke(File workspace, hudson.remoting.VirtualChannel channel)
void
setLimit(String expandedPin)
Object
task(ClientHelper p4)
Implements the Perforce task to retry if necessary-
Methods inherited from class org.jenkinsci.plugins.p4.tasks.AbstractTask
checkConnection, getClientName, getCredential, getListener, getSyncID, getWorkspace, setEnvironment, setup, setWorkspace, tryTask
-
-
-
-
Method Detail
-
invoke
public List<P4Ref> invoke(File workspace, hudson.remoting.VirtualChannel channel) throws IOException
- Specified by:
invoke
in interfaceFilePath.FileCallable<List<P4Ref>>
- Throws:
IOException
-
task
public Object task(ClientHelper p4) throws Exception
Description copied from class:AbstractTask
Implements the Perforce task to retry if necessary- Specified by:
task
in classAbstractTask
- Parameters:
p4
- Perforce connection helper- Returns:
- Task object
- Throws:
Exception
- push up stack
-
setLimit
public void setLimit(String expandedPin)
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
- Specified by:
checkRoles
in interfaceorg.jenkinsci.remoting.RoleSensitive
- Throws:
SecurityException
-
-