Class TimeTrackingDetails.TimeTrackingDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.TimeTrackingDetails.TimeTrackingDetailsBuilder
- Enclosing class:
- TimeTrackingDetails
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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()
-
Method Details
-
originalEstimate
The original estimate of time needed for this issue in readable format.- Returns:
this.
-
originalEstimateSeconds
public TimeTrackingDetails.TimeTrackingDetailsBuilder originalEstimateSeconds(Long originalEstimateSeconds) The original estimate of time needed for this issue in seconds.- Returns:
this.
-
remainingEstimate
The remaining estimate of time needed for this issue in readable format.- Returns:
this.
-
remainingEstimateSeconds
public TimeTrackingDetails.TimeTrackingDetailsBuilder remainingEstimateSeconds(Long remainingEstimateSeconds) The remaining estimate of time needed for this issue in seconds.- Returns:
this.
-
timeSpent
Time worked on this issue in readable format.- Returns:
this.
-
timeSpentSeconds
Time worked on this issue in seconds.- Returns:
this.
-
build
-
toString
-