The SvnRepository class is the value holder object for named SVN domain objects.
| Constructor and description |
|---|
SvnRepository
(java.lang.String name)Required to construct by name. |
| Type | Name and description |
|---|---|
void |
directory(java.lang.String aDirectory)Short hand method to assign the directory name value. |
void |
directory(java.io.File aDirectory)Short hand method to assign the directory value. |
void |
password(java.lang.String aPassword)Short hand method to assign the password value. |
void |
url(java.lang.String aUrl)Short hand method to assign the URL value. |
void |
username(java.lang.String aUsername)Short hand method to assign the username value. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Required to construct by name.
name - the repo nameShort hand method to assign the directory name value.
aDirectory - the directoryShort hand method to assign the directory value.
aDirectory - the directoryShort hand method to assign the password value.
aPassword - the passwordShort hand method to assign the URL value.
aUrl - the URLShort hand method to assign the username value.
aUsername - the usernameGroovy Documentation