public static final class SubversionSCM.SvnInfo extends Object implements Serializable, Comparable<SubversionSCM.SvnInfo>
| Modifier and Type | Field and Description |
|---|---|
long |
revision |
String |
url
Decoded repository URL.
|
| Constructor and Description |
|---|
SvnInfo(String url,
long revision) |
SvnInfo(org.tmatesoft.svn.core.wc.SVNInfo info) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SubversionSCM.SvnInfo that) |
boolean |
equals(Object o) |
org.tmatesoft.svn.core.SVNURL |
getSVNURL() |
int |
hashCode() |
String |
toString() |
public final String url
public final long revision
public SvnInfo(String url, long revision)
public SvnInfo(org.tmatesoft.svn.core.wc.SVNInfo info)
public org.tmatesoft.svn.core.SVNURL getSVNURL()
throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNExceptionpublic int compareTo(SubversionSCM.SvnInfo that)
compareTo in interface Comparable<SubversionSCM.SvnInfo>Copyright © 2004–2015. All rights reserved.