public class JiraIssue extends Bean
SERIALIZED_CLASS_NAME, TYPEXML_SERIALIZED_CLASS_NAME| Constructor and Description |
|---|
JiraIssue() |
| Modifier and Type | Method and Description |
|---|---|
JiraIssue |
addCustomField(String fieldName,
Object fieldValue) |
Record |
addField(String fieldName,
Object value)
Deprecated.
Use
setField(String, Object) instead. |
Record |
getFields() |
String |
getKey() |
Record |
getTransition() |
JiraIssue |
setDescription(String description) |
Record |
setField(String fieldName,
Object value) |
JiraIssue |
setFields(Record fields) |
JiraIssue |
setIssueType(int issueType) |
JiraIssue |
setKey(String key) |
JiraIssue |
setParent(String parent) |
JiraIssue |
setProject(String project) |
JiraIssue |
setSummary(String summary) |
JiraIssue |
setTransition(int transitionId) |
addExceptionProperties, fromRecord, toRecord, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecordnewInstanceFromJsonforEachGrandChildElement, 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, writeXmladdExceptionProperties, contributeExceptionProperties, contributeExceptionProperties, exception, exception, exceptionpublic String getKey()
public JiraIssue setIssueType(int issueType)
public Record getFields()
public Record getTransition()
public JiraIssue setTransition(int transitionId)
@Deprecated public Record addField(String fieldName, Object value)
setField(String, Object) instead.Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.