com.atlassian.jira.rest.client.domain
Class Worklog

java.lang.Object
  extended by com.atlassian.jira.rest.client.domain.Worklog

public class Worklog
extends Object

Issue worklog - single worklog entry describing the work logged for selected issue

Since:
v0.1

Constructor Summary
Worklog(URI self, URI issueUri, BasicUser author, BasicUser updateAuthor, String comment, org.joda.time.DateTime creationDate, org.joda.time.DateTime updateDate, org.joda.time.DateTime startDate, int minutesSpent, Visibility visibility)
           
 
Method Summary
 boolean equals(Object obj)
           
 BasicUser getAuthor()
           
 String getComment()
           
 org.joda.time.DateTime getCreationDate()
           
 URI getIssueUri()
           
 int getMinutesSpent()
           
 URI getSelf()
           
 org.joda.time.DateTime getStartDate()
           
 BasicUser getUpdateAuthor()
           
 org.joda.time.DateTime getUpdateDate()
           
 Visibility getVisibility()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Worklog

public Worklog(URI self,
               URI issueUri,
               BasicUser author,
               BasicUser updateAuthor,
               String comment,
               org.joda.time.DateTime creationDate,
               org.joda.time.DateTime updateDate,
               org.joda.time.DateTime startDate,
               int minutesSpent,
               Visibility visibility)
Method Detail

getSelf

public URI getSelf()

getIssueUri

public URI getIssueUri()

getAuthor

public BasicUser getAuthor()

getUpdateAuthor

public BasicUser getUpdateAuthor()

getComment

public String getComment()

getCreationDate

public org.joda.time.DateTime getCreationDate()

getUpdateDate

public org.joda.time.DateTime getUpdateDate()

getStartDate

public org.joda.time.DateTime getStartDate()

getMinutesSpent

public int getMinutesSpent()

getVisibility

public Visibility getVisibility()

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.