@PublicApi public static final class ForestSpec.SQuery extends Object
ForestSpec.sQuery(String, String) for details.| Modifier and Type | Field and Description | 
|---|---|
static String | 
TYPE_CQL  | 
static String | 
TYPE_JQL  | 
static String | 
TYPE_TEXT  | 
| Constructor and Description | 
|---|
SQuery(String type,
      String query)
Creates SQuery instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
static ForestSpec.SQuery | 
fromRest(RestForestSpec rfs)  | 
String | 
getQuery()
Returns the query text. 
 | 
String | 
getType()
Returns the query type. 
 | 
int | 
hashCode()  | 
boolean | 
isShowRecent()
Returns true if the query can be treated as "show all recent items". 
 | 
public static final String TYPE_JQL
public static final String TYPE_TEXT
public static final String TYPE_CQL
@NotNull public String getQuery()
@NotNull public String getType()
@Internal public boolean isShowRecent()
public static ForestSpec.SQuery fromRest(RestForestSpec rfs)
Copyright © 2020 ALM Works. All Rights Reserved.