com.atlassian.jira.bc.issue.worklog
Interface WorklogNewEstimateResult

All Superinterfaces:
WorklogResult

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.

Since:
v4.2
See Also:
WorklogResult, WorklogResultFactory, WorklogService

Method Summary
 Long getNewEstimate()
           
 
Methods inherited from interface com.atlassian.jira.bc.issue.worklog.WorklogResult
getWorklog, isEditableCheckRequired
 

Method Detail

getNewEstimate

Long getNewEstimate()
Returns:
the new estimate in seconds to set
See Also:
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-2012 Atlassian. All Rights Reserved.