Klasse Worklog.WorklogBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Worklog.WorklogBuilder
- Umschließende Klasse:
Worklog
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungauthor(WorklogAuthor author) build()A comment about the worklog in [Atlassian Document Format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/).created(OffsetDateTime created) The datetime on which the worklog was created.The ID of the worklog record.The ID of the issue this worklog is for.properties(List<EntityProperty> properties) Details of properties for the worklog.The URL of the worklog item.started(OffsetDateTime started) The datetime on which the worklog effort was started.The time spent working on the issue as days (\\#d), hours (\\#h), or minutes (\\#m or \\#).timeSpentSeconds(Long timeSpentSeconds) The time in seconds spent working on the issue.toString()updateAuthor(WorklogUpdateAuthor updateAuthor) updated(OffsetDateTime updated) The datetime on which the worklog was last updated.visibility(WorklogVisibility visibility)
-
Methodendetails
-
author
- Gibt zurück:
this.
-
comment
A comment about the worklog in [Atlassian Document Format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/). Optional when creating or updating a worklog.- Gibt zurück:
this.
-
created
The datetime on which the worklog was created.- Gibt zurück:
this.
-
id
The ID of the worklog record.- Gibt zurück:
this.
-
issueId
The ID of the issue this worklog is for.- Gibt zurück:
this.
-
properties
Details of properties for the worklog. Optional when creating or updating a worklog.- Gibt zurück:
this.
-
self
The URL of the worklog item.- Gibt zurück:
this.
-
started
The datetime on which the worklog effort was started. Required when creating a worklog. Optional when updating a worklog.- Gibt zurück:
this.
-
timeSpent
The time spent working on the issue as days (\\#d), hours (\\#h), or minutes (\\#m or \\#). Required when creating a worklog iftimeSpentSecondsisn't provided. Optional when updating a worklog. Cannot be provided iftimeSpentSecondis provided.- Gibt zurück:
this.
-
timeSpentSeconds
The time in seconds spent working on the issue. Required when creating a worklog iftimeSpentisn't provided. Optional when updating a worklog. Cannot be provided iftimeSpentis provided.- Gibt zurück:
this.
-
updateAuthor
- Gibt zurück:
this.
-
updated
The datetime on which the worklog was last updated.- Gibt zurück:
this.
-
visibility
- Gibt zurück:
this.
-
build
-
toString
-