Class Git.Head

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

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

    • Head

      public Head(String id, String authorName, String authorEmail, String committerName, String committerEmail, String message)
      Instantiates a new head.
      Parameters:
      id - the id
      authorName - the author name
      authorEmail - the author email
      committerName - the committer name
      committerEmail - the committer email
      message - the message
  • Method Details

    • getId

      public String getId()
      Gets the id.
      Returns:
      the id
    • getAuthorName

      public String getAuthorName()
      Gets the author name.
      Returns:
      the author name
    • getAuthorEmail

      public String getAuthorEmail()
      Gets the author email.
      Returns:
      the author email
    • getCommitterName

      public String getCommitterName()
      Gets the committer name.
      Returns:
      the committer name
    • getCommitterEmail

      public String getCommitterEmail()
      Gets the committer email.
      Returns:
      the committer email
    • getMessage

      public String getMessage()
      Gets the message.
      Returns:
      the message