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:
  • Constructor Details

    • FailureCauseModification

      public FailureCauseModification(String user, Date time)
      Constructor for FailureCauseModification.
      Parameters:
      user - The user who made the modification.
      time - The time at which the modification was done.
  • Method Details

    • getTime

      public Date getTime()
      Getter for the time.
      Returns:
      The time at which the modification was done.
    • getUser

      public String getUser()
      Getter for the user.
      Returns:
      The user who made the modification.