Interface ProjectFields

All Superinterfaces:
Fields, Iterable<Field>, IterableWithSize<Field>
All Known Subinterfaces:
UpdatableProjectFields

public interface ProjectFields extends Fields
Since:
3.9.0
  • Method Details

    • id

      @NotNull IdField id()
    • name

      @NotNull StringField name()
    • description

      @NotNull PlainTextField description()
    • projectGroup

      @NotNull Field projectGroup()
      Since:
      3.9.2
    • lead

      @NotNull UserField lead()
      Since:
      3.9.2
    • active

      @NotNull BooleanField active()
      Since:
      3.9.2
    • start

      @NotNull DateOnlyField start()
      Since:
      3.10.1
    • finish

      @NotNull DateOnlyField finish()
      Since:
      3.10.1
    • trackerPrefix

      @NotNull StringField trackerPrefix()
      Since:
      3.19.1
    • lockWorkRecordsDate

      @NotNull DateOnlyField lockWorkRecordsDate()
      Since:
      3.22.1
    • location

      @NotNull LocationField location()
      Since:
      3.22.2
    • icon

      @NotNull StringField icon()
      This field represents the path to the project's icon, which is displayed in the navigation header. e.g. "/polarion/ria/images/topicIcons/project.svg"
      Returns:
      the path to the project's icon (e.g. "/polarion/ria/images/topicIcons/project.svg") or the empty string if the icon is not set.
      Since:
      3.22.2
    • color

      @NotNull StringField color()
      This field represents the background color, which is displayed in the navigation header for the icon and the picker. e.g. "#FF5733"
      Returns:
      the background color (e.g. "#FF5733") or the empty string if the the background color is not set.
      Since:
      3.22.2