Interface PrototypeSelector<T>


public interface PrototypeSelector<T>
Since:
3.9.0
  • Method Details

    • workItem

      @NotNull T workItem()
    • document

      @NotNull T document()
    • richPage

      @NotNull T richPage()
    • wikiPage

      @NotNull T wikiPage()
    • plan

      @NotNull T plan()
    • testRun

      @NotNull T testRun()
    • project

      @NotNull T project()
    • user

      @NotNull T user()
    • timePoint

      @NotNull T timePoint()
    • category

      @NotNull T category()
    • baseline

      @NotNull T baseline()
      Since:
      3.19.1
    • baselineCollection

      @NotNull T baselineCollection()
      Since:
      3.20.1
    • userGroup

      @NotNull T userGroup()
      Since:
      3.19.3
    • byEnum

      @NotNull T byEnum(@NotNull PrototypeEnum value)
    • byString

      @NotNull T byString(@NotNull String prototype)
      Alternative to byEnum(PrototypeEnum) which is easier to use from Velocity.
      Throws same exceptions as PrototypeEnum.valueOf(String)
      Since:
      3.9.1