Class BlameLine
java.lang.Object
org.apache.maven.scm.command.blame.BlameLine
- All Implemented Interfaces:
Serializable
- Since:
- 1.4
- Author:
- Evgeny Mandrikov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()
void
void
setCommitter
(String committer) void
void
setRevision
(String revision)
-
Constructor Details
-
BlameLine
- Parameters:
date
- of the commitrevision
- of the commitauthor
- will also be used as committer identification
-
BlameLine
- Parameters:
date
- of the commitrevision
- of the commitauthor
- the person who wrote the linecommitter
- the person who committed the change
-
-
Method Details
-
getRevision
-
setRevision
-
getAuthor
-
setAuthor
-
getCommitter
-
setCommitter
-
getDate
- Returns:
- the commit date
-
setDate
-