Class Git

java.lang.Object
org.eluder.coveralls.maven.plugin.domain.Git
All Implemented Interfaces:
Serializable, JsonObject

public class Git extends Object implements JsonObject
The Class Git.
See Also:
  • Constructor Details

    • Git

      public Git(File baseDir, Git.Head head, String branch, List<Git.Remote> remotes)
      Instantiates a new git.
      Parameters:
      baseDir - the base dir
      head - the head
      branch - the branch
      remotes - the remotes
  • Method Details

    • getBaseDir

      public File getBaseDir()
      Gets the base dir.
      Returns:
      the base dir
    • getHead

      public Git.Head getHead()
      Gets the head.
      Returns:
      the head
    • getBranch

      public String getBranch()
      Gets the branch.
      Returns:
      the branch
    • getRemotes

      public List<Git.Remote> getRemotes()
      Gets the remotes.
      Returns:
      the remotes