public interface CollectSingleStatePolicy extends CollectChangesPolicy
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrentVersion(VcsRoot root)
Returns version mark version control is currently in (like last committed change list number for Perforce, or current date for CVS).
|
@NotNull
java.lang.String getCurrentVersion(@NotNull
VcsRoot root)
throws VcsException
root - - current configurationVcsException - throw this exception if some problem occurred while
collecting changes or changes cannot be collected because of invalid configuration.
Localized message will be shown on the web page for the corresponding project.