Class RepositoryUrl
java.lang.Object
org.apache.maven.scm.provider.git.repository.RepositoryUrl
This class is a container which holds information about
repository URL.
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringthe server to access the upstream repositoryprivate Stringthe password from the repository URLprivate Stringthe path on the server to access the upstream repositoryprivate Stringthe port to access the upstream repositoryprivate Stringthe protocol used to access the upstream repositoryprivate Stringthe user name from the repository URL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()getPath()getPort()voidvoidsetPassword(String password) voidvoidvoidsetProtocol(String protocol) voidsetUserName(String userName)
-
Field Details
-
protocol
the protocol used to access the upstream repository -
host
the server to access the upstream repository -
port
the port to access the upstream repository -
path
the path on the server to access the upstream repository -
userName
the user name from the repository URL -
password
the password from the repository URL
-
-
Constructor Details
-
RepositoryUrl
public RepositoryUrl()
-
-
Method Details
-
getProtocol
-
setProtocol
-
getHost
-
setHost
-
getPort
-
setPort
-
getPath
-
setPath
-
getUserName
-
setUserName
-
getPassword
-
setPassword
-