public class SVNSyncInfo extends Object
Constructor and Description |
---|
SVNSyncInfo(String srcURL,
String sourceRepositoryUUID,
long lastMergedRevision)
Creates a new
SVNSyncInfo object. |
Modifier and Type | Method and Description |
---|---|
long |
getLastMergedRevision()
Returns the last revision of the source repository
synchronized with.
|
String |
getSourceRepositoryUUID()
Returns the source repository UUID.
|
String |
getSrcURL()
Returns the url of the source repository.
|
public SVNSyncInfo(String srcURL, 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 String getSrcURL()
public String getSourceRepositoryUUID()
public long getLastMergedRevision()
Copyright © 2018. All rights reserved.