com.atlassian.jira.bc.issue.worklog
Interface WorklogResult
- All Known Subinterfaces:
- WorklogAdjustmentAmountResult, WorklogNewEstimateResult
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:
WorklogNewEstimateResult
,
WorklogAdjustmentAmountResult
,
WorklogResultFactory
,
WorklogService
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.
Copyright © 2002-2012 Atlassian. All Rights Reserved.