Uses of Class
de.qytera.qtaf.xray.dto.jira.TransitionDto
Packages that use TransitionDto
-
Uses of TransitionDto in de.qytera.qtaf.xray.dto.jira
Methods in de.qytera.qtaf.xray.dto.jira that return TransitionDtoMethods in de.qytera.qtaf.xray.dto.jira that return types with arguments of type TransitionDtoMethods in de.qytera.qtaf.xray.dto.jira with parameters of type TransitionDtoMethod parameters in de.qytera.qtaf.xray.dto.jira with type arguments of type TransitionDtoModifier and TypeMethodDescriptionvoidTransitionsMetaDto.setTransitions(List<TransitionDto> transitions) -
Uses of TransitionDto in de.qytera.qtaf.xray.repository.jira
Methods in de.qytera.qtaf.xray.repository.jira that return types with arguments of type TransitionDtoModifier and TypeMethodDescriptionJiraIssueRepository.getIssueTransitions(String issueIdOrKey) Get a list of the transitions possible for this issue by the current user, along with fields that are required and their types.