com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class Issue.RenderedFields

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.Issue.RenderedFields
Enclosing class:
Issue

public static class Issue.RenderedFields
extends Object


Field Summary
 Collection<AttachmentRendered> attachment
           
 CommentsWithPaginationBean comment
           
 String created
           
 String description
           
 String duedate
           
 String environment
           
 String resolutiondate
           
 TimeTracking timetracking
           
 String updated
           
 WorklogWithPaginationBean worklog
           
 
Constructor Summary
Issue.RenderedFields()
           
 
Method Summary
 void addCustomField(String key, Object value)
           
 boolean equals(Object o)
           
<T> T
getCustomField(String fieldID)
           
 int hashCode()
           
 int length()
          Returns the number of non-null fields in this Html.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

public String description

environment

public String environment

updated

public String updated

created

public String created

resolutiondate

public String resolutiondate

duedate

public String duedate

comment

public CommentsWithPaginationBean comment

worklog

public WorklogWithPaginationBean worklog

timetracking

public TimeTracking timetracking

attachment

public Collection<AttachmentRendered> attachment
Constructor Detail

Issue.RenderedFields

public Issue.RenderedFields()
Method Detail

length

public int length()
Returns the number of non-null fields in this Html.

Returns:
an int containing the number of non-null fields

addCustomField

public void addCustomField(String key,
                           Object value)

getCustomField

public <T> T getCustomField(String fieldID)
                 throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.