|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectservices.SvnService
class SvnService
Provides a wrapper for some SVN related functionality.
Property Summary | |
---|---|
static Map |
conf
Config |
ConcurrentHashMap |
runningUpdates
|
def |
sandboxManager
|
Constructor Summary | |
SvnService()
|
Method Summary | |
---|---|
void
|
update(Wiki wiki)
Do an SVN update on a wiki sandbox. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
static Map conf
ConcurrentHashMap runningUpdates
def sandboxManager
Constructor Detail |
---|
SvnService()
Method Detail |
---|
void update(Wiki wiki)
Do an SVN update on a wiki sandbox. The update is skipped if the repository is locked locally or if another call to this method (for the same wiki) is already in progress. If the update fails, an error is logged.
Groovy Documentation