@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
.
WorklogNewEstimateResult
,
WorklogAdjustmentAmountResult
,
WorklogResultFactory
,
WorklogService
Modifier and Type | Method and Description |
---|---|
Worklog |
getWorklog() |
boolean |
isEditableCheckRequired() |
Worklog getWorklog()
boolean isEditableCheckRequired()
Copyright © 2002-2021 Atlassian. All Rights Reserved.