com.atlassian.jira.issue.worklog
Interface Worklog

All Known Implementing Classes:
WorklogImpl

public interface Worklog

Represents an issue worklog.


Method Summary
 String getAuthor()
           
 String getAuthorFullName()
           
 String getComment()
           
 Date getCreated()
           
 String getGroupLevel()
           
 Long getId()
           
 Issue getIssue()
           
 ProjectRole getRoleLevel()
           
 Long getRoleLevelId()
           
 Date getStartDate()
           
 Long getTimeSpent()
           
 String getUpdateAuthor()
           
 String getUpdateAuthorFullName()
           
 Date getUpdated()
           
 

Method Detail

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-2011 Atlassian. All Rights Reserved.