Interface TestRunLinkBuilder

All Superinterfaces:
LinkBuilderWithSelection, LinkWithPageMode, PortalLink

public interface TestRunLinkBuilder extends LinkBuilderWithSelection, LinkWithPageMode
Since:
3.9.0
  • Method Details

    • revision

      @NotNull TestRunLinkBuilder revision(@Nullable String value)
      Returns new builder for creating the link to the revision, so this instance can be still used to create link without revision. Never returns null The returned builder can be also used as the link if no other parameters are needed.
      Parameters:
      value - - can be null or empty, than it will not be in the created url
    • tabRecords

      @NotNull TestRunRecordsLinkBuilder tabRecords()
      Returns new builder for creating the links to records tab, never null. The returned builder can be also used as the link if no other parameters are needed.
    • tabProperties

      @NotNull TestRunPropertiesLinkBuilder tabProperties()
      Returns new builder for creating links to properties tab, never null. The returned builder can be also used as the link if no other parameters are needed.