@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 ScmService
void delete(List<File> paths)
paths
so they are no longer managed by the SCM system.delete
in interface ScmService
void commit(List<File> paths, String message)
paths
with a commit message.commit
in interface ScmService
void version()
version
in interface ScmService
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.