Groovy Documentation

services
Class SvnService

java.lang.Object
  services.SvnService

class SvnService

Provides a wrapper for some SVN related functionality.

author:
Angus Roberts


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

conf

static Map conf
Config


runningUpdates

ConcurrentHashMap runningUpdates


sandboxManager

def sandboxManager


 
Constructor Detail

SvnService

SvnService()


 
Method Detail

update

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.

param:
wikiID The ID of the wiki that will be updated


 

Groovy Documentation