public class CheckoutTask extends Object implements hudson.FilePath.FileCallable<Boolean>, Serializable
Constructor and Description |
---|
CheckoutTask(String credentialID,
Workspace config,
hudson.model.TaskListener listener)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
getBuildChange() |
List<Object> |
getChanges(Object last) |
CheckoutStatus |
getStatus() |
Boolean |
invoke(File workspace,
hudson.remoting.VirtualChannel channel)
Invoke sync on build node (master or remote node).
|
boolean |
setBuildOpts(Workspace workspace) |
void |
setPopulateOpts(Populate populate) |
public boolean setBuildOpts(Workspace workspace)
public void setPopulateOpts(Populate populate)
public Boolean invoke(File workspace, hudson.remoting.VirtualChannel channel) throws IOException
invoke
in interface hudson.FilePath.FileCallable<Boolean>
IOException
public CheckoutStatus getStatus()
public Object getBuildChange()
Copyright © 2004-2014. All Rights Reserved.