public class SyncFilesExecutable extends Object implements Executable
Constructor and Description |
---|
SyncFilesExecutable() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
List<File> |
getCommitPaths() |
String |
getMessage() |
List<SyncRequest> |
getRequests() |
ScmService |
getService() |
boolean |
isCommitChanges() |
boolean |
isSkip() |
void |
setCommitChanges(boolean commitChanges) |
void |
setCommitPaths(List<File> commitPaths) |
void |
setMessage(String message) |
void |
setRequests(List<SyncRequest> requests) |
void |
setService(ScmService service) |
void |
setSkip(boolean skip) |
List<SyncResult> |
syncFiles() |
public SyncFilesExecutable()
public void execute()
execute
in interface Executable
public List<SyncResult> syncFiles()
public boolean isSkip()
public void setSkip(boolean skip)
public ScmService getService()
public void setService(ScmService service)
public String getMessage()
public void setMessage(String message)
public boolean isCommitChanges()
public void setCommitChanges(boolean commitChanges)
public List<File> getCommitPaths()
public void setCommitPaths(List<File> commitPaths)
public List<SyncRequest> getRequests()
public void setRequests(List<SyncRequest> requests)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.