com.atlassian.jira.bc.issue.worklog
Interface WorklogAdjustmentAmountInputParameters
- All Superinterfaces:
- WorklogInputParameters
- All Known Implementing Classes:
- WorklogInputParametersImpl
public interface WorklogAdjustmentAmountInputParameters
- extends WorklogInputParameters
A more-specific class of WorklogInputParameters
required to validate and perform worklog creation and
update service calls which additionally manually adjust the remaining estimate by a specified amount.
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.buildAdjustmentAmount()
getAdjustmentAmount
String getAdjustmentAmount()
- Returns:
- The amount to adjust the issue's remaining estimate by.
Copyright © 2002-2012 Atlassian. All Rights Reserved.