Package bpmn.handler.jira.issue.worklog
Class Worklog
java.lang.Object
bpmn.handler.jira.issue.worklog.Worklog
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithAuthor
(Author author) withComment
(String comment) withIssueId
(String issueId) withStarted
(String started) withTimeSpent
(String timeSpent) withTimeSpentSeconds
(Integer timeSpentSeconds) withUpdateAuthor
(Author updateAuthor) withUpdated
(String updated) withVisibility
(Visibility visibility)
-
Field Details
-
self
-
author
-
updateAuthor
-
comment
-
updated
-
visibility
-
started
-
timeSpent
-
timeSpentSeconds
-
id
-
issueId
-
-
Constructor Details
-
Worklog
public Worklog()No args constructor for use in serialization -
Worklog
public Worklog(String self, Author author, Author updateAuthor, String comment, String updated, Visibility visibility, String started, String timeSpent, Integer timeSpentSeconds, String id, String issueId) - Parameters:
issueId
-timeSpentSeconds
-visibility
-timeSpent
-author
-updateAuthor
-self
-comment
-started
-id
-updated
-
-
-
Method Details
-
withSelf
-
withAuthor
-
withUpdateAuthor
-
withComment
-
withUpdated
-
withVisibility
-
withStarted
-
withTimeSpent
-
withTimeSpentSeconds
-
withId
-
withIssueId
-