public class JiraSearch extends Bean
SERIALIZED_CLASS_NAME, TYPE
XML_SERIALIZED_CLASS_NAME
Constructor and Description |
---|
JiraSearch() |
Modifier and Type | Method and Description |
---|---|
String[] |
getFields() |
String |
getJql() |
int |
getMaxResults() |
int |
getStartAt() |
boolean |
isValidateQuery() |
JiraSearch |
searchIssuesById(String... issueIds) |
JiraSearch |
setFields(String... fields) |
JiraSearch |
setJql(String jql) |
JiraSearch |
setMaxResults(int maxResults) |
JiraSearch |
setStartAt(int startAt) |
JiraSearch |
setValidateQuery(boolean validateQuery) |
addExceptionProperties, fromRecord, toRecord, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecord
newInstanceFromJson
forEachGrandChildElement, fromXml, fromXml, fromXmlElement, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, toXmlElement, writeXml, writeXml
addExceptionProperties, contributeExceptionProperties, contributeExceptionProperties, exception, exception, exception
public String getJql()
public JiraSearch setJql(String jql)
public int getStartAt()
public JiraSearch setStartAt(int startAt)
public int getMaxResults()
public JiraSearch setMaxResults(int maxResults)
public boolean isValidateQuery()
public JiraSearch setValidateQuery(boolean validateQuery)
public String[] getFields()
public JiraSearch setFields(String... fields)
public JiraSearch searchIssuesById(String... issueIds)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.