Interface IExternalWorkItemURI


public interface IExternalWorkItemURI
Wrapper class for URI used as external work item link.
Since:
3.5.0
Version:
$Revision$ $Date$
Author:
Stepan Roh
  • Method Details

    • getURI

      URI getURI()
      Returns:
      URI (not null)
    • getServer

      String getServer()
      Returns:
      server (includes both hostname and port; not null)
    • getProject

      String getProject()
      Returns:
      project name (not null)
    • getWorkItemId

      String getWorkItemId()
      Returns:
      work item id (not null)
    • getWebBaseURL

      String getWebBaseURL()
      Returns:
      base URL for web access (without /polarion component; not null)
    • getWSBaseURL

      String getWSBaseURL()
      Returns:
      base URL for web services access (for com.polarion.alm.ws.client.WebServiceFactory}; not null)