public class CheckoutTask extends Object implements hudson.FilePath.FileCallable<Boolean>, Serializable
Constructor and Description |
---|
CheckoutTask(String credentialID,
Workspace config,
hudson.model.TaskListener listener,
Map<String,String> map)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getChange() |
List<Object> |
getChanges() |
CheckoutStatus |
getStatus() |
Boolean |
invoke(File workspace,
hudson.remoting.VirtualChannel channel)
Invoke sync on build node (master or remote node).
|
void |
setPopulate(Populate populate) |
public void setPopulate(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 int getChange()
Copyright © 2004-2014. All Rights Reserved.