Package de.qytera.qtaf.xray.dto.jira
Class VersionCloudDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.VersionDto
de.qytera.qtaf.xray.dto.jira.VersionCloudDto
The response when retrieving Jira cloud project versions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classIssue version statuses. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIf the expand optionissuesstatusis used, returns the count of issues in this version for each of the status categories to do, in progress, done, and unmapped.inthashCode()voidsetIssuesStatusForFixVersion(VersionCloudDto.VersionIssueStatus issuesStatusForFixVersion) If the expand optionissuesstatusis used, returns the count of issues in this version for each of the status categories to do, in progress, done, and unmapped.toString()Methods inherited from class de.qytera.qtaf.xray.dto.jira.VersionDto
getArchived, getDescription, getExpand, getId, getMoveUnfixedIssuesTo, getName, getOperations, getOverdue, getProjectId, getReleased, getSelf, getUserReleaseData, getUserStartDate, setArchived, setDescription, setExpand, setId, setMoveUnfixedIssuesTo, setName, setOperations, setOverdue, setProjectId, setReleased, setSelf, setUserReleaseData, setUserStartDate
-
Constructor Details
-
VersionCloudDto
public VersionCloudDto()
-
-
Method Details
-
getIssuesStatusForFixVersion
If the expand optionissuesstatusis used, returns the count of issues in this version for each of the status categories to do, in progress, done, and unmapped. The unmapped property contains a count of issues with a status other than to do, in progress, and done. -
setIssuesStatusForFixVersion
public void setIssuesStatusForFixVersion(VersionCloudDto.VersionIssueStatus issuesStatusForFixVersion) If the expand optionissuesstatusis used, returns the count of issues in this version for each of the status categories to do, in progress, done, and unmapped. The unmapped property contains a count of issues with a status other than to do, in progress, and done. -
toString
- Overrides:
toStringin classVersionDto
-
equals
- Overrides:
equalsin classVersionDto
-
canEqual
- Overrides:
canEqualin classVersionDto
-
hashCode
public int hashCode()- Overrides:
hashCodein classVersionDto
-