com.atlassian.jira.bc.issue.worklog
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:
WorklogNewEstimateResult, WorklogAdjustmentAmountResult, WorklogResultFactory, WorklogService

Method Summary
 Worklog getWorklog()
           
 boolean isEditableCheckRequired()
           
 

Method Detail

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-2013 Atlassian. All Rights Reserved.