public class Repository extends Object
| Constructor and Description |
|---|
Repository() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExcludes()
Gets the ant-style exclude patterns for files, that should not be recognized as messages files.
|
List<String> |
getIncludes()
Gets the ant-style include patterns for the messages.properties file that should be used.
|
String |
getMirrorUrl()
Gets the mirror url that is used to checkout the code.
|
Notification |
getNotification()
Gets the notification.
|
String |
getTag()
Gets the tag that is used for the checkout.
|
ScmType |
getType()
Gets the SCM type.
|
String |
getUrl()
Gets the URL from where the repository can be checked out.
|
String |
getViewvcUrl()
Gets the web-URL, that fits to the SCM URL, to have access to the repository via web.
|
void |
setExcludes(List<String> excludes)
Sets the ant-style exclude patterns for files, that should not be recognized as messages files.
|
void |
setIncludes(List<String> includes)
Sets the ant-style include patterns for the messages.properties file that should be used.
|
void |
setMirrorUrl(String mirrorUrl)
Sets the mirror url.
|
void |
setNotification(Notification notification)
Sets the notification.
|
void |
setTag(String tag)
Sets the tag/branch that is used for the checkout.
|
void |
setType(ScmType type)
Sets the SCM type.
|
void |
setUrl(String url)
Sets the URL from where the repository can be checked out.
|
void |
setViewvcUrl(String viewvcUrl)
Sets the web-URL, that fits to the SCM URL, to have access to the repository via web.
|
public String getUrl()
getMirrorUrl() is defined, then this url will only be used
in the reports, but for the actual checkout, the mirror url is used.public void setUrl(String url)
url - the urlpublic String getMirrorUrl()
null.public void setMirrorUrl(String mirrorUrl)
mirrorUrl - the new mirror urlpublic String getTag()
public void setTag(String tag)
tag - the tagpublic List<String> getIncludes()
public void setIncludes(List<String> includes)
includes - the include patterns.public List<String> getExcludes()
public void setExcludes(List<String> excludes)
excludes - the exclude patterns.public String getViewvcUrl()
public void setViewvcUrl(String viewvcUrl)
viewvcUrl - the web-URLpublic ScmType getType()
public void setType(ScmType type)
type - the SCM typepublic Notification getNotification()
public void setNotification(Notification notification)
notification - the new notificationCopyright © 2013-2015. All Rights Reserved.