Class ConfluenceSearchResult

java.lang.Object
com.atlassian.jira.plugin.link.confluence.ConfluenceSearchResult

public class ConfluenceSearchResult extends Object
Represents an item from a list of search results from a Confluence instance.
Since:
v5.0
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getType

      public String getType()
    • getTitle

      public String getTitle()
    • getTitleContent

      public String getTitleContent()
    • getExcerpt

      public String getExcerpt()
    • getExcerptContent

      public String getExcerptContent()
    • getUrl

      public String getUrl()
    • getEntityType

      public String getEntityType()
    • isPageResult

      public boolean isPageResult()