Package de.qytera.qtaf.xray.dto.jira
Class VersionDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.VersionDto
- Direct Known Subclasses:
VersionCloudDto,VersionServerDto
The response when retrieving project versions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIndicates that the version is archived.The description of the version.Use expand to include additional information about version in the response.getId()The ID of the version.The URL of the self link to the version to which all unfixed issues are moved when a version is released.getName()The unique name of the version.If the expand optionoperationsis used, returns the list of operations available for this version.Indicates that the version is overdue.The ID of the project to which this version is attached.Indicates that the version is released.getSelf()The URL of the version.The date on which work on this version is expected to finish, expressed in the instance's Day/Month/Year Format date format.The date on which work on this version is expected to start, expressed in the instance's Day/Month/Year format date format.inthashCode()voidsetArchived(Boolean archived) Indicates that the version is archived.voidsetDescription(String description) The description of the version.voidUse expand to include additional information about version in the response.voidThe ID of the version.voidsetMoveUnfixedIssuesTo(String moveUnfixedIssuesTo) The URL of the self link to the version to which all unfixed issues are moved when a version is released.voidThe unique name of the version.voidsetOperations(List<SimpleLinkDto> operations) If the expand optionoperationsis used, returns the list of operations available for this version.voidsetOverdue(Boolean overdue) Indicates that the version is overdue.voidsetProjectId(Integer projectId) The ID of the project to which this version is attached.voidsetReleased(Boolean released) Indicates that the version is released.voidThe URL of the version.voidsetUserReleaseData(String userReleaseData) The date on which work on this version is expected to finish, expressed in the instance's Day/Month/Year Format date format.voidsetUserStartDate(String userStartDate) The date on which work on this version is expected to start, expressed in the instance's Day/Month/Year format date format.toString()
-
Constructor Details
-
VersionDto
public VersionDto()
-
-
Method Details
-
getExpand
Use expand to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include:operations- Returns the list of operations available for this version.
issuesstatus- 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.
-
getSelf
The URL of the version. -
getId
The ID of the version. -
getDescription
The description of the version. Optional when creating or updating a version. -
getName
The unique name of the version. Required when creating a version. Optional when updating a version. The maximum length is 255 characters. -
getArchived
Indicates that the version is archived. Optional when creating or updating a version. -
getReleased
Indicates that the version is released. If the version is released a request to release again is ignored. Not applicable when creating a version. Optional when updating a version. -
getOverdue
Indicates that the version is overdue. -
getUserStartDate
The date on which work on this version is expected to start, expressed in the instance's Day/Month/Year format date format. -
getUserReleaseData
The date on which work on this version is expected to finish, expressed in the instance's Day/Month/Year Format date format. -
getProjectId
The ID of the project to which this version is attached. Required when creating a version. Not applicable when updating a version. -
getMoveUnfixedIssuesTo
The URL of the self link to the version to which all unfixed issues are moved when a version is released. Not applicable when creating a version. Optional when updating a version. -
getOperations
If the expand optionoperationsis used, returns the list of operations available for this version. -
setExpand
Use expand to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include:operations- Returns the list of operations available for this version.
issuesstatus- 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.
-
setSelf
The URL of the version. -
setId
The ID of the version. -
setDescription
The description of the version. Optional when creating or updating a version. -
setName
The unique name of the version. Required when creating a version. Optional when updating a version. The maximum length is 255 characters. -
setArchived
Indicates that the version is archived. Optional when creating or updating a version. -
setReleased
Indicates that the version is released. If the version is released a request to release again is ignored. Not applicable when creating a version. Optional when updating a version. -
setOverdue
Indicates that the version is overdue. -
setUserStartDate
The date on which work on this version is expected to start, expressed in the instance's Day/Month/Year format date format. -
setUserReleaseData
The date on which work on this version is expected to finish, expressed in the instance's Day/Month/Year Format date format. -
setProjectId
The ID of the project to which this version is attached. Required when creating a version. Not applicable when updating a version. -
setMoveUnfixedIssuesTo
The URL of the self link to the version to which all unfixed issues are moved when a version is released. Not applicable when creating a version. Optional when updating a version. -
setOperations
If the expand optionoperationsis used, returns the list of operations available for this version. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-