Class CommitInfo
java.lang.Object
com.atlassian.bamboo.testutils.vcs.CommitInfo
POJO for storing info about a single VCS commit.
-
Constructor Summary
ConstructorDescriptionCommitInfo
(String revision, String author, String message) CommitInfo
(String revision, String authorName, String authorEmail, String message) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CommitInfo
-
CommitInfo
-
-
Method Details
-
getRevision
-
getAuthorName
-
getAuthorEmail
-
getMessage
-