|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectdomain.Wiki
class Wiki
A persistent model of Wiki areas (implemented as SVN sandboxes).
Property Summary | |
---|---|
String |
areaLayoutName
AreaLayoutName |
AuthenticationData |
authenticationData
Authentication data for subversion. |
static def |
constraints
Validation |
String |
description
Description to using in listing. |
Boolean |
directoryListingAllowed
Is directory listing allowed for this path? |
String |
excludeDir
A regular expression for directories restricted to have non-yam HTML files. |
String |
includeDir
A regular expression for directories allowed to have non-yam HTML files. |
static def |
mapping
|
String |
path
Wikis have a path, which must be a valid SVN directory, and be absolute. |
String |
regenerateTime
Regeneration time, in the form hh:mm. |
Integer |
updateInterval
Update interval, in minutes. |
Constructor Summary | |
Wiki()
|
Method Summary | |
---|---|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
String areaLayoutName
AuthenticationData authenticationData
static def constraints
String description
Boolean directoryListingAllowed
String excludeDir
String includeDir
static def mapping
String path
String regenerateTime
Integer updateInterval
Constructor Detail |
---|
Wiki()
Method Detail |
---|
String toString()
Groovy Documentation