Klasse TimeTrackingDetails.TimeTrackingDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.TimeTrackingDetails.TimeTrackingDetailsBuilder
- Umschließende Klasse:
TimeTrackingDetails
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
originalEstimate
(String originalEstimate) The original estimate of time needed for this issue in readable format.originalEstimateSeconds
(Long originalEstimateSeconds) The original estimate of time needed for this issue in seconds.remainingEstimate
(String remainingEstimate) The remaining estimate of time needed for this issue in readable format.remainingEstimateSeconds
(Long remainingEstimateSeconds) The remaining estimate of time needed for this issue in seconds.Time worked on this issue in readable format.timeSpentSeconds
(Long timeSpentSeconds) Time worked on this issue in seconds.toString()
-
Methodendetails
-
originalEstimate
The original estimate of time needed for this issue in readable format.- Gibt zurück:
this
.
-
originalEstimateSeconds
public TimeTrackingDetails.TimeTrackingDetailsBuilder originalEstimateSeconds(Long originalEstimateSeconds) The original estimate of time needed for this issue in seconds.- Gibt zurück:
this
.
-
remainingEstimate
The remaining estimate of time needed for this issue in readable format.- Gibt zurück:
this
.
-
remainingEstimateSeconds
public TimeTrackingDetails.TimeTrackingDetailsBuilder remainingEstimateSeconds(Long remainingEstimateSeconds) The remaining estimate of time needed for this issue in seconds.- Gibt zurück:
this
.
-
timeSpent
Time worked on this issue in readable format.- Gibt zurück:
this
.
-
timeSpentSeconds
Time worked on this issue in seconds.- Gibt zurück:
this
.
-
build
-
toString
-