public class SVNSyncInfo
extends java.lang.Object
Constructor | Description |
---|---|
SVNSyncInfo(java.lang.String srcURL,
java.lang.String sourceRepositoryUUID,
long lastMergedRevision) |
Creates a new
SVNSyncInfo object. |
Modifier and Type | Method | Description |
---|---|---|
long |
getLastMergedRevision() |
Returns the last revision of the source repository
synchronized with.
|
java.lang.String |
getSourceRepositoryUUID() |
Returns the source repository UUID.
|
java.lang.String |
getSrcURL() |
Returns the url of the source repository.
|
public SVNSyncInfo(java.lang.String srcURL, java.lang.String sourceRepositoryUUID, long lastMergedRevision)
SVNSyncInfo
object.srcURL
- url of the source repository to synchronize withsourceRepositoryUUID
- uuid of the source repositorylastMergedRevision
- last source repository revision synchronized withpublic java.lang.String getSrcURL()
public java.lang.String getSourceRepositoryUUID()
public long getLastMergedRevision()