Package javiergs.tulip.taiga
Class TaigaClient
java.lang.Object
javiergs.tulip.taiga.TaigaClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSprints(long projectId) Taiga calls sprints "milestones".getStories(long projectId) getStoriesBySprint(long sprintId) getTasks(long projectId) getTaskStatuses(long projectId) Retrieve task statuses for a project.getTaskStatusMap(long projectId) getUserById(long userId) voidLogin using Taiga username and password.
-
Constructor Details
-
TaigaClient
-
-
Method Details
-
login
Login using Taiga username and password.- Throws:
Exception
-
getMyProjects
- Throws:
Exception
-
getStories
- Throws:
Exception
-
getTasks
- Throws:
Exception
-
getSprints
Taiga calls sprints "milestones".- Throws:
Exception
-
getStoriesBySprint
- Throws:
Exception
-
getUserById
- Throws:
Exception
-
getTaskStatuses
Retrieve task statuses for a project. These ids are project-specific, so use this mapping to convert status ids to names.- Throws:
Exception
-
getTaskStatusMap
- Throws:
Exception
-