Class FailureCauseModification
- java.lang.Object
-
- com.sonyericsson.jenkins.plugins.bfa.model.FailureCauseModification
-
- All Implemented Interfaces:
Serializable
public class FailureCauseModification extends Object implements Serializable
A historical record of a modification occurrence by a user.- Author:
- Felix Hall <felix.hall@sonymobile.com>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailureCauseModification(String user, Date time)
Constructor for FailureCauseModification.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getTime()
Getter for the time.String
getUser()
Getter for the user.
-