Class ChangelogDto
java.lang.Object
ch.admin.bit.jeap.deploymentlog.web.api.dto.ChangelogDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetComment(String comment) voidsetComparedToVersion(String comparedToVersion) voidsetJiraIssueKeys(Set<String> jiraIssueKeys) List of jira issue keys that relate to changes in this versiontoString()
-
Constructor Details
-
ChangelogDto
public ChangelogDto()
-
-
Method Details
-
getJiraIssueKeys
-
getComment
-
getComparedToVersion
-
setComparedToVersion
-
setComment
-
setJiraIssueKeys
List of jira issue keys that relate to changes in this version -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-