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

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

public class VersionSearchInput
extends SearchInput


Method Summary
static VersionSearchInput allReleased()
           
static VersionSearchInput allUnreleased()
           
 boolean isAllReleased()
           
 boolean isAllUnreleased()
           
 boolean isNoVersion()
           
 boolean isVersion()
           
static VersionSearchInput noVersions()
           
static VersionSearchInput version(String value)
           
 
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

noVersions

public static VersionSearchInput noVersions()

allUnreleased

public static VersionSearchInput allUnreleased()

allReleased

public static VersionSearchInput allReleased()

version

public static VersionSearchInput version(String value)

isNoVersion

public boolean isNoVersion()

isAllUnreleased

public boolean isAllUnreleased()

isAllReleased

public boolean isAllReleased()

isVersion

public boolean isVersion()


Copyright © 2002-2013 Atlassian. All Rights Reserved.