Uses of Class
javiergs.tulip.taiga.TaigaTask
Packages that use TaigaTask
-
Uses of TaigaTask in javiergs.tulip.taiga
Methods in javiergs.tulip.taiga that return TaigaTaskModifier and TypeMethodDescriptionTaigaClient.assignTaskToStory(long taskId, Long userStoryId) Assigns a task to a user story, or removes the current user-story association.TaigaClient.createTask(long projectId, Long userStoryId, String subject, Long assignedToUserId) Creates a new task in a project.TaigaClient.getTask(long taskId) Retrieves a task by id.TaigaClient.moveTaskToStatus(long taskId, long statusId) Moves a task to another status.TaigaClient.updateTask(long taskId, String subject, Long assignedToUserId, Long userStoryId) Updates a task.Methods in javiergs.tulip.taiga that return types with arguments of type TaigaTask