Interface WorkItemLinkBuilder

All Superinterfaces:
PortalLink

public interface WorkItemLinkBuilder extends PortalLink
Since:
3.9.0
  • Method Details

    • revision

      @NotNull WorkItemLinkBuilder 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
    • parameters

      @NotNull WorkItemLinkBuilder parameters(@NotNull Map<String,String> parameters)
      Returns a new builder with the same properties and additional parameters defined by a Map. Never returns null.
      Parameters:
      parameters - Map containing key/value pairs for the new parameters
      Since:
      3.10.2