com.atlassian.jira.plugin.link.confluence
Class ConfluenceSearchResult

java.lang.Object
  extended by 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

Nested Class Summary
static class ConfluenceSearchResult.ConfluenceSearchResultBuilder
           
 
Constructor Summary
ConfluenceSearchResult(String id, String type, String title, String excerpt, String url)
           
 
Method Summary
 String getExcerpt()
           
 String getId()
           
 String getTitle()
           
 String getType()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceSearchResult

public ConfluenceSearchResult(String id,
                              String type,
                              String title,
                              String excerpt,
                              String url)
Method Detail

getId

public String getId()

getType

public String getType()

getTitle

public String getTitle()

getExcerpt

public String getExcerpt()

getUrl

public String getUrl()


Copyright © 2002-2012 Atlassian. All Rights Reserved.