SCM Provider.
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
add(java.lang.String filePattern)Add file contents to the index. |
|
void |
commit(java.lang.String message)Record changes to the repository. |
|
void |
init(java.io.File dir)Create an empty SCM repository. |
|
void |
tag(java.lang.String name, java.lang.String message, boolean annotated)Create a tag object. |
Add file contents to the index.
filePattern - file pattern.Record changes to the repository.
message - messageCreate an empty SCM repository.
dir - SCM dir.Create a tag object.
name - tag namemessage - messageannotated - annotated tag object