com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class Worklog

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.Worklog

public class Worklog
extends Object

Representation of a worklog in the JIRA REST API.

Since:
v4.3

Field Summary
 UserJson author
           
 String comment
           
 String created
           
 String id
           
 String self
           
 String started
           
 String timeSpent
           
 Long timeSpentSeconds
           
 UserJson updateAuthor
           
 String updated
           
 Visibility visibility
           
 
Constructor Summary
Worklog()
           
 
Method Summary
 boolean equals(Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

self

public String self

author

public UserJson author

updateAuthor

public UserJson updateAuthor

comment

public String comment

created

public String created

updated

public String updated

started

public String started

timeSpent

public String timeSpent

timeSpentSeconds

public Long timeSpentSeconds

visibility

public Visibility visibility
Constructor Detail

Worklog

public Worklog()
Method Detail

equals

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.