com.atlassian.jira.issue.search.searchers.impl
Class GenericProjectConstantsSearcher.GenericProjectConstantsLabel

java.lang.Object
  extended by com.atlassian.jira.issue.search.searchers.impl.GenericProjectConstantsSearcher.GenericProjectConstantsLabel
Enclosing class:
GenericProjectConstantsSearcher

public static class GenericProjectConstantsSearcher.GenericProjectConstantsLabel
extends Object

A label with an optional url to the browse page

Since:
v3.10.2

Constructor Summary
GenericProjectConstantsSearcher.GenericProjectConstantsLabel(String label)
           
GenericProjectConstantsSearcher.GenericProjectConstantsLabel(String label, String browseUrl)
           
 
Method Summary
 String getBrowseUrl()
           
 String getLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericProjectConstantsSearcher.GenericProjectConstantsLabel

public GenericProjectConstantsSearcher.GenericProjectConstantsLabel(String label)

GenericProjectConstantsSearcher.GenericProjectConstantsLabel

public GenericProjectConstantsSearcher.GenericProjectConstantsLabel(String label,
                                                                    String browseUrl)
Method Detail

getLabel

public String getLabel()

getBrowseUrl

public String getBrowseUrl()


Copyright © 2002-2007 Atlassian. All Rights Reserved.