|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectthucydides.plugins.jira.soap.AbstractRemoteEntity
thucydides.plugins.jira.soap.RemoteIssue
public class RemoteIssue
| Constructor Summary | |
|---|---|
RemoteIssue()
|
|
RemoteIssue(String id,
RemoteVersion[] affectsVersions,
String assignee,
String[] attachmentNames,
RemoteComponent[] components,
Calendar created,
RemoteCustomFieldValue[] customFieldValues,
String description,
Calendar duedate,
String environment,
RemoteVersion[] fixVersions,
String key,
String priority,
String project,
String reporter,
String resolution,
String status,
String summary,
String type,
Calendar updated,
Long votes)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
RemoteVersion[] |
getAffectsVersions()
Gets the affectsVersions value for this RemoteIssue. |
String |
getAssignee()
Gets the assignee value for this RemoteIssue. |
String[] |
getAttachmentNames()
Gets the attachmentNames value for this RemoteIssue. |
RemoteComponent[] |
getComponents()
Gets the components value for this RemoteIssue. |
Calendar |
getCreated()
Gets the created value for this RemoteIssue. |
RemoteCustomFieldValue[] |
getCustomFieldValues()
Gets the customFieldValues value for this RemoteIssue. |
String |
getDescription()
Gets the description value for this RemoteIssue. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Calendar |
getDuedate()
Gets the duedate value for this RemoteIssue. |
String |
getEnvironment()
Gets the environment value for this RemoteIssue. |
RemoteVersion[] |
getFixVersions()
Gets the fixVersions value for this RemoteIssue. |
String |
getKey()
Gets the key value for this RemoteIssue. |
String |
getPriority()
Gets the priority value for this RemoteIssue. |
String |
getProject()
Gets the project value for this RemoteIssue. |
String |
getReporter()
Gets the reporter value for this RemoteIssue. |
String |
getResolution()
Gets the resolution value for this RemoteIssue. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getStatus()
Gets the status value for this RemoteIssue. |
String |
getSummary()
Gets the summary value for this RemoteIssue. |
String |
getType()
Gets the type value for this RemoteIssue. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
Calendar |
getUpdated()
Gets the updated value for this RemoteIssue. |
Long |
getVotes()
Gets the votes value for this RemoteIssue. |
int |
hashCode()
|
void |
setAffectsVersions(RemoteVersion[] affectsVersions)
Sets the affectsVersions value for this RemoteIssue. |
void |
setAssignee(String assignee)
Sets the assignee value for this RemoteIssue. |
void |
setAttachmentNames(String[] attachmentNames)
Sets the attachmentNames value for this RemoteIssue. |
void |
setComponents(RemoteComponent[] components)
Sets the components value for this RemoteIssue. |
void |
setCreated(Calendar created)
Sets the created value for this RemoteIssue. |
void |
setCustomFieldValues(RemoteCustomFieldValue[] customFieldValues)
Sets the customFieldValues value for this RemoteIssue. |
void |
setDescription(String description)
Sets the description value for this RemoteIssue. |
void |
setDuedate(Calendar duedate)
Sets the duedate value for this RemoteIssue. |
void |
setEnvironment(String environment)
Sets the environment value for this RemoteIssue. |
void |
setFixVersions(RemoteVersion[] fixVersions)
Sets the fixVersions value for this RemoteIssue. |
void |
setKey(String key)
Sets the key value for this RemoteIssue. |
void |
setPriority(String priority)
Sets the priority value for this RemoteIssue. |
void |
setProject(String project)
Sets the project value for this RemoteIssue. |
void |
setReporter(String reporter)
Sets the reporter value for this RemoteIssue. |
void |
setResolution(String resolution)
Sets the resolution value for this RemoteIssue. |
void |
setStatus(String status)
Sets the status value for this RemoteIssue. |
void |
setSummary(String summary)
Sets the summary value for this RemoteIssue. |
void |
setType(String type)
Sets the type value for this RemoteIssue. |
void |
setUpdated(Calendar updated)
Sets the updated value for this RemoteIssue. |
void |
setVotes(Long votes)
Sets the votes value for this RemoteIssue. |
| Methods inherited from class thucydides.plugins.jira.soap.AbstractRemoteEntity |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteIssue()
public RemoteIssue(String id,
RemoteVersion[] affectsVersions,
String assignee,
String[] attachmentNames,
RemoteComponent[] components,
Calendar created,
RemoteCustomFieldValue[] customFieldValues,
String description,
Calendar duedate,
String environment,
RemoteVersion[] fixVersions,
String key,
String priority,
String project,
String reporter,
String resolution,
String status,
String summary,
String type,
Calendar updated,
Long votes)
| Method Detail |
|---|
public RemoteVersion[] getAffectsVersions()
public void setAffectsVersions(RemoteVersion[] affectsVersions)
affectsVersions - public String getAssignee()
public void setAssignee(String assignee)
assignee - public String[] getAttachmentNames()
public void setAttachmentNames(String[] attachmentNames)
attachmentNames - public RemoteComponent[] getComponents()
public void setComponents(RemoteComponent[] components)
components - public Calendar getCreated()
public void setCreated(Calendar created)
created - public RemoteCustomFieldValue[] getCustomFieldValues()
public void setCustomFieldValues(RemoteCustomFieldValue[] customFieldValues)
customFieldValues - public String getDescription()
public void setDescription(String description)
description - public Calendar getDuedate()
public void setDuedate(Calendar duedate)
duedate - public String getEnvironment()
public void setEnvironment(String environment)
environment - public RemoteVersion[] getFixVersions()
public void setFixVersions(RemoteVersion[] fixVersions)
fixVersions - public String getKey()
public void setKey(String key)
key - public String getPriority()
public void setPriority(String priority)
priority - public String getProject()
public void setProject(String project)
project - public String getReporter()
public void setReporter(String reporter)
reporter - public String getResolution()
public void setResolution(String resolution)
resolution - public String getStatus()
public void setStatus(String status)
status - public String getSummary()
public void setSummary(String summary)
summary - public String getType()
public void setType(String type)
type - public Calendar getUpdated()
public void setUpdated(Calendar updated)
updated - public Long getVotes()
public void setVotes(Long votes)
votes - public boolean equals(Object obj)
equals in class AbstractRemoteEntitypublic int hashCode()
hashCode in class AbstractRemoteEntitypublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||