Groovy Documentation

domain
Class SvnRepository

java.lang.Object
  domain.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

belongsTo

static def belongsTo


constraints

static def constraints


name

String name


rootUrl

String rootUrl


transients

static def transients


 
Constructor Detail

SvnRepository

SvnRepository()


 
Method Detail

getFullName

String getFullName()
Return the "full" name of the repository, as used for sventon. This is wiki-${wiki.id}-${name}.


 

Groovy Documentation