Package com.mooltiverse.oss.nyx.entities
Class GitConfiguration
java.lang.Object
com.mooltiverse.oss.nyx.entities.GitConfiguration
This object models the fields used to configure the Git service.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.GitConfiguration(Map<String, GitRemoteConfiguration> remotes) Standard constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the map of remotes configuration options.voidsetRemotes(Map<String, GitRemoteConfiguration> remotes) Sets the map of remotes configuration options.
-
Constructor Details
-
GitConfiguration
public GitConfiguration()Default constructor. -
GitConfiguration
Standard constructor.- Parameters:
remotes- the map of remotes configuration options.- Throws:
NullPointerException- if some argument isnull
-
-
Method Details
-
getRemotes
Returns the map of remotes configuration options.- Returns:
- the map of remotes configuration options.
-
setRemotes
Sets the map of remotes configuration options.- Parameters:
remotes- the map of remotes configuration options.
-