ArtifactDetail2SoapList class represents a list of artifacts.
It contains a sequence of ArtifactDetail2SoapRow objects.
Note that the ArtifactDetail2SoapRow object is strictly
a data container used for one-way fetching of data about a list of objects. Its "setter" methods cannot be used
to change data on the server.
Change History
Release: 4.4
- Changed Flex fields from being SoapNamedValues to being SoapFieldValues
- Due to the ability of getDetailedArtifactList() to fetch only selected columns (added in 4.4), the ArtifactDetailSoapRow objects contained in an ArtifactDetailSoapList may now be only partially populated.
- The getFullListSize() method has been added. In 4.4, getDetailedArtifactList() was enhanced to enable fetching the result in pages (by specifying a start index and number of rows). getFullListSize() has been added to provide the entire list size even when fetching only a subset.
Release: 6.1
- Added id and title of planning folder.
- Added Id for reportedInRelease field.
- Added Id for resolvedInRelease field.
- Added points field.
- Added autosumming field.
- Added tracker icon field.
- Renamed estimatedHours and actualHours to estimatedEffort and actualEffort, and added remainingEffort field.
Release: 8.0
- Added autoSummingPoints field.
- Added id and title of team.