@PublicApi public interface WorklogNewEstimateResult extends WorklogResult
A more-specific WorklogResult
which additionally defines a "new estimate" value.
To create instances of this class, see the WorklogResultFactory
.
WorklogResult
,
WorklogResultFactory
,
WorklogService
Modifier and Type | Method and Description |
---|---|
Long |
getNewEstimate() |
getWorklog, isEditableCheckRequired
Long getNewEstimate()
WorklogService.createWithNewRemainingEstimate(com.atlassian.jira.bc.JiraServiceContext, WorklogNewEstimateResult, boolean)
,
WorklogService.updateWithNewRemainingEstimate(com.atlassian.jira.bc.JiraServiceContext, WorklogNewEstimateResult, boolean)
,
WorklogService.deleteWithNewRemainingEstimate(com.atlassian.jira.bc.JiraServiceContext, WorklogNewEstimateResult, boolean)
Copyright © 2002-2015 Atlassian. All Rights Reserved.