variable name
|
type
|
description
|
---|---|---|
baseline
|
com.intland.codebeamer.persistence.util.Baseline
|
The current baseline object if any (can be null).
|
request
|
HttpServletRequest
|
The http request being processed.
|
user
|
com.intland.codebeamer.persistence.dto.UserDto
|
The requesting Codebeamer user.
|
currentDate
|
java.util.Date
|
Current date-timestamp.
|
project
|
com.intland.codebeamer.persistence.dto.ProjectDto
|
The current project where the tracker being exported is.
|
requirementTracker
|
com.intland.codebeamer.persistence.dto.TrackerDto
|
The requirement tracker.
|
requirements
|
SortedMap<ReleaseId,TrackerItemDto>
|
Requirements as TrackerItemDtos grouped by release-ids.
|
incomingReferencesByIssue, outgoingReferencesByIssue
|
Map<Integer, Map<String, List<IdentifiableDto>>>
|
Map contains for each requirement's id the incoming or outgoing associations from/to that requirement. Important: these are not the referenced issues via reference fields, but the associations between other issues in the system.
|