Uses of Class
javiergs.tulip.taiga.TaigaProject
Packages that use TaigaProject
-
Uses of TaigaProject in javiergs.tulip.taiga
Methods in javiergs.tulip.taiga that return TaigaProjectModifier and TypeMethodDescriptionTaigaClient.createProject(String name, String description) Creates a new Taiga project.TaigaClient.getProject(long projectId) Retrieves a project by id.TaigaClient.updateProject(long projectId, String name, String description) Updates a project.Methods in javiergs.tulip.taiga that return types with arguments of type TaigaProjectModifier and TypeMethodDescriptionTaigaClient.getMyProjects()Retrieves all projects accessible to the authenticated user.