com.atlassian.jira.issue.worklog
Interface Worklog
- All Known Implementing Classes:
- WorklogImpl
@PublicApi
public interface Worklog
Represents an issue worklog.
getId
Long getId()
getAuthor
String getAuthor()
getAuthorFullName
String getAuthorFullName()
getUpdateAuthor
String getUpdateAuthor()
getUpdateAuthorFullName
String getUpdateAuthorFullName()
getStartDate
Date getStartDate()
getTimeSpent
Long getTimeSpent()
getGroupLevel
String getGroupLevel()
getRoleLevelId
Long getRoleLevelId()
getRoleLevel
ProjectRole getRoleLevel()
getComment
String getComment()
getCreated
Date getCreated()
getUpdated
Date getUpdated()
getIssue
Issue getIssue()
Copyright © 2002-2012 Atlassian. All Rights Reserved.