Interface WorklogResult
- All Known Subinterfaces:
WorklogAdjustmentAmountResult,WorklogNewEstimateResult
@PublicApi
public interface WorklogResult
An interface which defines the base result of a WorklogService validation call. This interface has two
sub-interfaces for specifying WorklogNewEstimateResult and WorklogAdjustmentAmountResult, which are
the expected input types for their respective "do" service calls.
To create instances of this class, see the WorklogResultFactory.
- Since:
- v4.2
- See Also:
-
Method Summary
-
Method Details
-
getWorklog
Worklog getWorklog()- Returns:
- the worklog constructed during validation, possibly null.
-
isEditableCheckRequired
boolean isEditableCheckRequired()- Returns:
- true if the editable issue check is required; false otherwise. Note that this should only be false when creating worklogs during issue transitions.
-