Interface ISpecChange
public interface ISpecChange
Interface to read/write the specs change data.
- Author:
- Ivan Prieto Barreiro
-
Method Summary
Modifier and TypeMethodDescriptionGet the change comments.getDate()Get the date when the change was made.Get the Jira ticket ID.Get the Jira link.getUser()Get the alias of the user who made the change.Get the specs version after the change.voidsetComments(String comments) Set the change comments.voidSet the date of the change.voidsetHtmlLink(String ticket, String link) Set the Jira link.voidSet the alias of the user who made the change.voidsetVersion(String version) Set the specs version after the change.
-
Method Details
-
getDate
String getDate()Get the date when the change was made.- Returns:
-
setDate
Set the date of the change.- Parameters:
date-
-
getUser
String getUser()Get the alias of the user who made the change.- Returns:
-
setUser
Set the alias of the user who made the change.- Parameters:
user- User alias.
-
getComments
String getComments()Get the change comments.- Returns:
-
setComments
Set the change comments.- Parameters:
comments-
-
getVersion
String getVersion()Get the specs version after the change.- Returns:
-
setVersion
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
Set the Jira link.- Parameters:
ticket- Jira ticket ID.link- Jira link.
-