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