Class DueTo
java.lang.Object
org.apache.maven.plugins.changes.model.DueTo
- All Implemented Interfaces:
Serializable
Name and email of the person to be credited for this
change. This can be used when a patch is submitted by a
non-committer.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DueTo
public DueTo()
-
-
Method Details
-
getEmail
Get email of the person to be credited for this change.- Returns:
- String
-
getName
Get name of the person to be credited for this change.- Returns:
- String
-
setEmail
Set email of the person to be credited for this change.- Parameters:
email
- a email object.
-
setName
Set name of the person to be credited for this change.- Parameters:
name
- a name object.
-