Klasse FieldsTimetracking.FieldsTimetrackingBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldsTimetracking.FieldsTimetrackingBuilder
- Umschließende Klasse:
FieldsTimetracking
-
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 FieldsTimetracking.FieldsTimetrackingBuilder 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 FieldsTimetracking.FieldsTimetrackingBuilder 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
-