Uses of Class
de.qytera.qtaf.xray.dto.jira.UserCloudDto
Packages that use UserCloudDto
-
Uses of UserCloudDto in de.qytera.qtaf.xray.dto.jira
Methods in de.qytera.qtaf.xray.dto.jira that return UserCloudDtoModifier and TypeMethodDescriptionProjectCloudDto.getArchivedBy()The user who archived the project.ProjectCloudDto.getDeletedBy()The user who marked the project as deleted.Methods in de.qytera.qtaf.xray.dto.jira with parameters of type UserCloudDtoModifier and TypeMethodDescriptionvoidProjectCloudDto.setArchivedBy(UserCloudDto archivedBy) The user who archived the project.voidProjectCloudDto.setDeletedBy(UserCloudDto deletedBy) The user who marked the project as deleted.