Package org.jenkinsci.plugins.p4.tasks
Class CheckoutTask
- java.lang.Object
-
- org.jenkinsci.plugins.p4.tasks.AbstractTask
-
- org.jenkinsci.plugins.p4.tasks.CheckoutTask
-
- All Implemented Interfaces:
FilePath.FileCallable<Boolean>,Serializable,org.jenkinsci.remoting.RoleSensitive
public class CheckoutTask extends AbstractTask implements FilePath.FileCallable<Boolean>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckoutTask(String credential, Run<?,?> run, TaskListener listener, Populate populate)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckRoles(org.jenkinsci.remoting.RoleChecker checker)P4RefgetBuildChange()List<P4ChangeEntry>getChangesFull(List<P4Ref> lastRefs)P4ChangeEntrygetCurrentChange()longgetReview()CheckoutStatusgetStatus()List<P4Ref>getSyncChange()voidinitialise()Booleaninvoke(File workspace, hudson.remoting.VirtualChannel channel)Invoke sync on build node (controller or remote node).voidsetBuildChange(P4Ref parentChange)voidsetIncrementalChanges(List<P4Ref> changes)Objecttask(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
-
-
-
-
Constructor Detail
-
CheckoutTask
public CheckoutTask(String credential, Run<?,?> run, TaskListener listener, Populate populate)
Constructor- Parameters:
credential- Credential IDrun- Jenkins Runlistener- TaskListenerpopulate- Populate options
-
-
Method Detail
-
initialise
public void initialise() throws AbortException- Throws:
AbortException
-
invoke
public Boolean invoke(File workspace, hudson.remoting.VirtualChannel channel) throws IOException
Invoke sync on build node (controller or remote node).- Specified by:
invokein interfaceFilePath.FileCallable<Boolean>- Returns:
- true if updated, false if no change.
- Throws:
IOException
-
task
public Object task(ClientHelper p4) throws Exception
Description copied from class:AbstractTaskImplements the Perforce task to retry if necessary- Specified by:
taskin classAbstractTask- Parameters:
p4- Perforce connection helper- Returns:
- Task object
- Throws:
Exception- push up stack
-
getChangesFull
public List<P4ChangeEntry> getChangesFull(List<P4Ref> lastRefs)
-
getCurrentChange
public P4ChangeEntry getCurrentChange()
-
getStatus
public CheckoutStatus getStatus()
-
getBuildChange
public P4Ref getBuildChange()
-
setBuildChange
public void setBuildChange(P4Ref parentChange)
-
getReview
public long getReview()
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException- Specified by:
checkRolesin interfaceorg.jenkinsci.remoting.RoleSensitive- Throws:
SecurityException
-
-