Interface ISpecChange


public interface ISpecChange
Interface to read/write the specs change data.
Author:
Ivan Prieto Barreiro
  • Method Details

    • getDate

      String getDate()
      Get the date when the change was made.
      Returns:
    • setDate

      void setDate(String date)
      Set the date of the change.
      Parameters:
      date -
    • getUser

      String getUser()
      Get the alias of the user who made the change.
      Returns:
    • setUser

      void setUser(String user)
      Set the alias of the user who made the change.
      Parameters:
      user - User alias.
    • getComments

      String getComments()
      Get the change comments.
      Returns:
    • setComments

      void setComments(String comments)
      Set the change comments.
      Parameters:
      comments -
    • getVersion

      String getVersion()
      Get the specs version after the change.
      Returns:
    • setVersion

      void setVersion(String version)
      Set the specs version after the change.
      Parameters:
      version -
    • getHtmlLink

      String getHtmlLink()
      Get the Jira link.
      Returns:
    • getHtmlLabel

      String getHtmlLabel()
      Get the Jira ticket ID.
      Returns:
    • setHtmlLink

      void setHtmlLink(String ticket, String link)
      Set the Jira link.
      Parameters:
      ticket - Jira ticket ID.
      link - Jira link.