@Deprecated public interface ScmService extends ScmService
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<File> paths)
Deprecated.
Add
paths so they are included in files managed by the SCM system. |
void |
commit(List<File> paths,
String message)
Deprecated.
Commit
paths with a commit message. |
void |
delete(List<File> paths)
Deprecated.
Delete
paths so they are no longer managed by the SCM system. |
void |
version()
Deprecated.
Display version information.
|
void add(List<File> paths)
paths so they are included in files managed by the SCM system.add in interface ScmServicevoid delete(List<File> paths)
paths so they are no longer managed by the SCM system.delete in interface ScmServicevoid commit(List<File> paths, String message)
paths with a commit message.commit in interface ScmServicevoid version()
version in interface ScmServiceCopyright © 2010–2014 The Kuali Foundation. All rights reserved.