Class GitConfiguration


  • public class GitConfiguration
    extends Object
    This object models the fields used to configure the Git service.
    • Constructor Detail

      • GitConfiguration

        public GitConfiguration()
        Default constructor.
    • Method Detail

      • getRemotes

        public Map<String,​GitRemoteConfiguration> getRemotes()
        Returns the map of remotes configuration options.
        Returns:
        the map of remotes configuration options.
      • setRemotes

        public void setRemotes​(Map<String,​GitRemoteConfiguration> remotes)
        Sets the map of remotes configuration options.
        Parameters:
        remotes - the map of remotes configuration options.