Constructor and Description |
---|
WorklogImpl(WorklogManager worklogManager,
Issue issue,
Long id,
String author,
String comment,
Date startDate,
String groupLevel,
Long roleLevelId,
Long timeSpent) |
WorklogImpl(WorklogManager worklogManager,
Issue issue,
Long id,
String author,
String comment,
Date startDate,
String groupLevel,
Long roleLevelId,
Long timeSpent,
String updateAuthor,
Date created,
Date updated) |
Modifier and Type | Method and Description |
---|---|
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() |
public WorklogImpl(WorklogManager worklogManager, Issue issue, Long id, String author, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent)
public String getAuthorFullName()
getAuthorFullName
in interface Worklog
public String getUpdateAuthor()
getUpdateAuthor
in interface Worklog
public String getUpdateAuthorFullName()
getUpdateAuthorFullName
in interface Worklog
public Date getStartDate()
getStartDate
in interface Worklog
public Long getTimeSpent()
getTimeSpent
in interface Worklog
public String getGroupLevel()
getGroupLevel
in interface Worklog
public Long getRoleLevelId()
getRoleLevelId
in interface Worklog
public ProjectRole getRoleLevel()
getRoleLevel
in interface Worklog
public String getComment()
getComment
in interface Worklog
public Date getCreated()
getCreated
in interface Worklog
public Date getUpdated()
getUpdated
in interface Worklog
Copyright © 2002-2012 Atlassian. All Rights Reserved.