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 String
the server to access the upstream repositoryprivate String
the password from the repository URLprivate String
the path on the server to access the upstream repositoryprivate String
the port to access the upstream repositoryprivate String
the protocol used to access the upstream repositoryprivate String
the user name from the repository URL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()
getPath()
getPort()
void
void
setPassword
(String password) void
void
void
setProtocol
(String protocol) void
setUserName
(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
-