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

All Superinterfaces:
WorklogInputParameters
All Known Implementing Classes:
WorklogInputParametersImpl

public interface WorklogNewEstimateInputParameters
extends WorklogInputParameters

A more-specific class of WorklogInputParameters required to validate and perform worklog creation and update service calls which additionally set the remaining estimate to a new estimate.

To build instances of this class, see the WorklogInputParametersImpl builder methods. Moreover, you must use the correct build method to get the right return type.

Since:
v4.2
See Also:
WorklogInputParametersImpl.builder(), WorklogInputParametersImpl.issue(com.atlassian.jira.issue.Issue), WorklogInputParametersImpl.timeSpent(String), WorklogInputParametersImpl.Builder.buildNewEstimate()

Method Summary
 java.lang.String getNewEstimate()
           
 
Methods inherited from interface com.atlassian.jira.bc.issue.worklog.WorklogInputParameters
getComment, getErrorFieldPrefix, getGroupLevel, getIssue, getRoleLevelId, getStartDate, getTimeSpent, getWorklogId, isEditableCheckRequired
 

Method Detail

getNewEstimate

java.lang.String getNewEstimate()
Returns:
The value to change the issue's remaining estimate to.


Copyright © 2002-2010 Atlassian. All Rights Reserved.