public class JiraIssue extends Bean
SERIALIZED_CLASS_NAME, TYPE
XML_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, 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 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-2024 North Concepts Inc. All Rights Reserved.