Package javiergs.tulip.taiga
Class TaigaProject
java.lang.Object
javiergs.tulip.taiga.TaigaProject
Represents a Taiga project.
A project is the top-level organizational unit in Taiga and may contain sprints, user stories, tasks, members, and other agile planning elements.
- Version:
- 2026.05.27
-
Constructor Summary
ConstructorsConstructorDescriptionTaigaProject(long id, String name, String description) Creates a new Taiga project representation. -
Method Summary
-
Constructor Details
-
TaigaProject
Creates a new Taiga project representation.- Parameters:
id- unique Taiga project idname- project name; ifnull, an empty string is useddescription- project description; ifnull, an empty string is used
-
-
Method Details
-
getId
public long getId()Returns the unique Taiga project identifier.- Returns:
- project id
-
getName
Returns the project name.- Returns:
- project name
-
getDescription
Returns the project description.- Returns:
- project description
-
toString
Returns a compact textual representation of the project.
-