com.atlassian.jira.issue.search.searchers.transformer
Class ComponentSearchInput

java.lang.Object
  extended by com.atlassian.jira.issue.search.searchers.transformer.SearchInput
      extended by com.atlassian.jira.issue.search.searchers.transformer.ComponentSearchInput

public class ComponentSearchInput
extends SearchInput


Method Summary
static ComponentSearchInput component(String value)
           
 boolean isComponent()
           
 boolean isNoComponent()
           
static ComponentSearchInput noComponents()
           
 
Methods inherited from class com.atlassian.jira.issue.search.searchers.transformer.SearchInput
equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

noComponents

public static ComponentSearchInput noComponents()

component

public static ComponentSearchInput component(String value)

isNoComponent

public boolean isNoComponent()

isComponent

public boolean isComponent()


Copyright © 2002-2014 Atlassian. All Rights Reserved.