| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface ScmService
| Method Summary | |
|---|---|
 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.  | 
| Method Detail | 
|---|
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 ScmService
void commit(List<File> paths,
            String message)
paths with a commit message.
commit in interface ScmServicevoid version()
version in interface ScmService
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||