Class TaigaProject

java.lang.Object
javiergs.tulip.taiga.TaigaProject

public class TaigaProject extends Object
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 Details

    • TaigaProject

      public TaigaProject(long id, String name, String description)
      Creates a new Taiga project representation.
      Parameters:
      id - unique Taiga project id
      name - project name; if null, an empty string is used
      description - project description; if null, an empty string is used
  • Method Details

    • getId

      public long getId()
      Returns the unique Taiga project identifier.
      Returns:
      project id
    • getName

      public String getName()
      Returns the project name.
      Returns:
      project name
    • getDescription

      public String getDescription()
      Returns the project description.
      Returns:
      project description
    • toString

      public String toString()
      Returns a compact textual representation of the project.
      Overrides:
      toString in class Object
      Returns:
      string representation of the project