Provides information about a SVN workspace
| Type | Name and description |
|---|---|
static long |
UNKNOWN_REVISION |
boolean |
branchIf the SVN URL refers to a branch (i.e. it contains a "branches" path segment) |
java.lang.String |
committedAuthor |
java.util.Date |
committedDate |
java.lang.String |
nameEither "trunk", the name of the branch (i.e. the path segment succeeding the "branches" segment), or the name of the tag (i.e. the path segment succeeding the "tags" segment) |
java.lang.String |
repositoryRootUrlThe root URL of the SVN repository |
long |
revisionNumber |
boolean |
tagIf the SVN URL refers to a tag (i.e. it contains a "tags" path segment) |
boolean |
trunkIf the SVN URL refers to a trunk (i.e. it contains a "trunk" path segment) |
java.lang.String |
urlThe complete SVN URL of the checked-out project |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
If the SVN URL refers to a branch (i.e. it contains a "branches" path segment)
Either "trunk", the name of the branch (i.e. the path segment succeeding the "branches" segment), or the name of the tag (i.e. the path segment succeeding the "tags" segment)
The root URL of the SVN repository
If the SVN URL refers to a tag (i.e. it contains a "tags" path segment)
If the SVN URL refers to a trunk (i.e. it contains a "trunk" path segment)
The complete SVN URL of the checked-out project