@Deprecated public class SyncFilesExecutable extends Object implements Executable
| Constructor and Description |
|---|
SyncFilesExecutable()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Deprecated.
|
List<File> |
getCommitPaths()
Deprecated.
|
String |
getMessage()
Deprecated.
|
List<SyncRequest> |
getRequests()
Deprecated.
|
ScmService |
getService()
Deprecated.
|
boolean |
isCommitChanges()
Deprecated.
|
boolean |
isSkip()
Deprecated.
|
void |
setCommitChanges(boolean commitChanges)
Deprecated.
|
void |
setCommitPaths(List<File> commitPaths)
Deprecated.
|
void |
setMessage(String message)
Deprecated.
|
void |
setRequests(List<SyncRequest> requests)
Deprecated.
|
void |
setService(ScmService service)
Deprecated.
|
void |
setSkip(boolean skip)
Deprecated.
|
List<SyncResult> |
syncFiles()
Deprecated.
|
public SyncFilesExecutable()
public void execute()
execute in interface Executablepublic 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.