Class FailureCauseModification
java.lang.Object
com.sonyericsson.jenkins.plugins.bfa.model.FailureCauseModification
- All Implemented Interfaces:
Serializable
A historical record of a modification occurrence by a user.
- Author:
- Felix Hall <felix.hall@sonymobile.com>
- See Also:
-
Constructor Summary
ConstructorDescriptionFailureCauseModification
(String user, Date time) Constructor for FailureCauseModification. -
Method Summary
-
Constructor Details
-
FailureCauseModification
Constructor for FailureCauseModification.- Parameters:
user
- The user who made the modification.time
- The time at which the modification was done.
-
-
Method Details
-
getTime
Getter for the time.- Returns:
- The time at which the modification was done.
-
getUser
Getter for the user.- Returns:
- The user who made the modification.
-