Uses of Class
de.qytera.qtaf.xray.dto.jira.UserDto
Packages that use UserDto
-
Uses of UserDto in de.qytera.qtaf.xray.dto.jira
Classes in de.qytera.qtaf.xray.dto.jira with type parameters of type UserDtoModifier and TypeClassDescriptionclassComponentDto<U extends UserDto<?,?>> Details about a project component.classProjectDto<U extends UserDto<?,?>, I extends IssueTypeDto, V extends VersionDto> The response when retrieving project data for a specific Jira project.Subclasses of UserDto in de.qytera.qtaf.xray.dto.jiraModifier and TypeClassDescriptionclassThe DTO for Jira Cloud when working with users.classThe DTO for Jira server when working with users. -
Uses of UserDto in de.qytera.qtaf.xray.repository.jira
Methods in de.qytera.qtaf.xray.repository.jira with type parameters of type UserDtoModifier and TypeMethodDescription<R extends ApplicationRoleDto,G extends GroupDto, U extends UserDto<R, G>>
booleanAssigns an issue to a user.