Interface IssueLocation

    • Method Detail

      • getTargetId

        String getTargetId()
        Returns:
        The identifier of the issue target.
        It is typically a file or a business object that has a user meaningful 'absolute' identifier.
      • getPath

        String getPath()
        Returns:
        The path, relative to target, of the issue. It may be null.
      • hasPath

        default boolean hasPath()