com.atlassian.jira.rest.client.domain
Class Worklog
java.lang.Object
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)
|
Worklog
public Worklog(URI self,
URI issueUri,
BasicUser author,
BasicUser updateAuthor,
@Nullable
String comment,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
org.joda.time.DateTime startDate,
int minutesSpent,
@Nullable
Visibility visibility)
getSelf
public URI getSelf()
getIssueUri
public URI getIssueUri()
getAuthor
public BasicUser getAuthor()
getUpdateAuthor
public BasicUser getUpdateAuthor()
getComment
@Nullable
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
@Nullable
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 © 2012 Atlassian Pty Ltd. All Rights Reserved.