|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectdomain.SvnRepository
class SvnRepository
Domain class modelling a known repository root in the context of a single wiki. These are used to look up the correct URL to forward to when viewing page history through sventon.
| Property Summary | |
|---|---|
static def |
belongsTo
|
static def |
constraints
|
String |
name
|
String |
rootUrl
|
static def |
transients
|
| Constructor Summary | |
SvnRepository()
|
|
| Method Summary | |
|---|---|
String
|
getFullName()
Return the "full" name of the repository, as used for sventon. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Property Detail |
|---|
static def belongsTo
static def constraints
String name
String rootUrl
static def transients
| Constructor Detail |
|---|
SvnRepository()
| Method Detail |
|---|
String getFullName()
wiki-${wiki.id}-${name}.
Groovy Documentation