Class CommitInfo
- java.lang.Object
-
- com.atlassian.bamboo.testutils.vcs.CommitInfo
-
public class CommitInfo extends Object
POJO for storing info about a single VCS commit.
-
-
Constructor Summary
Constructors Constructor Description CommitInfo(String revision, String author, String message)
CommitInfo(String revision, String authorName, String authorEmail, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthorEmail()
String
getAuthorName()
String
getMessage()
String
getRevision()
-