Class SvnContainer
java.lang.Object
org.jenkinsci.test.acceptance.docker.DockerContainer
org.jenkinsci.test.acceptance.docker.fixtures.SvnContainer
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class SvnContainer
extends org.jenkinsci.test.acceptance.docker.DockerContainer
Runs stock svn container.
SVN -version 1.8
- Author:
- Matthias Karl
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBaseHttpUrl of the Dockercontainer.BaseSVNUrl of the Dockercontainer.Http Url to an username/password save RepoHttp Url to an un-restricted SVN repogetUrlUnauthenticatedRepoAtRevision
(int revision) Http Url to an un-restricted SVN repo at a special revisionMethods inherited from class org.jenkinsci.test.acceptance.docker.DockerContainer
assertRunning, close, cp, getCid, getIpAddress, getLogfile, getPid, inspect, ipBound, ipUdpBound, ipv6Enabled, port, resource, sharingHostDockerService, toString, udpPort
-
Field Details
-
USER
- See Also:
-
PWD
- See Also:
-
-
Constructor Details
-
SvnContainer
public SvnContainer()
-
-
Method Details
-
getHttpUrl
BaseHttpUrl of the Dockercontainer. Uses http protocol- Returns:
- URL
- Throws:
SubversionPluginTestException
- e
-
getSvnUrl
BaseSVNUrl of the Dockercontainer. Users svn Protocol.- Returns:
- URL
- Throws:
SubversionPluginTestException
- e
-
getUrlUnauthenticatedRepo
Http Url to an un-restricted SVN repo- Returns:
- URL
- Throws:
SubversionPluginTestException
- e
-
getUrlUnauthenticatedRepoAtRevision
Http Url to an un-restricted SVN repo at a special revision- Returns:
- URL
- Throws:
SubversionPluginTestException
- e
-
getUrlAuthenticatedRepo
Http Url to an username/password save Repo- Returns:
- URL
- Throws:
SubversionPluginTestException
- e
-
getUrlViewVC
- Throws:
SubversionPluginTestException
-