Class Git.Remote

java.lang.Object
org.eluder.coveralls.maven.plugin.domain.Git.Remote
All Implemented Interfaces:
Serializable
Enclosing class:
Git

public static class Git.Remote extends Object implements Serializable
The Class Remote.
See Also:
  • Constructor Details

    • Remote

      public Remote(String name, String url)
      Instantiates a new remote.
      Parameters:
      name - the name
      url - the url
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getUrl

      public String getUrl()
      Gets the url.
      Returns:
      the url