Class Git.Head
java.lang.Object
org.eluder.coveralls.maven.plugin.domain.Git.Head
- All Implemented Interfaces:
Serializable
- Enclosing class:
Git
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the author email.Gets the author name.Gets the committer email.Gets the committer name.getId()Gets the id.Gets the message.
-
Constructor Details
-
Head
public Head(String id, String authorName, String authorEmail, String committerName, String committerEmail, String message) Instantiates a new head.- Parameters:
id- the idauthorName- the author nameauthorEmail- the author emailcommitterName- the committer namecommitterEmail- the committer emailmessage- the message
-
-
Method Details
-
getId
-
getAuthorName
-
getAuthorEmail
-
getCommitterName
-
getCommitterEmail
-
getMessage
-