|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorklogNewEstimateInputParameters | |
|---|---|
| com.atlassian.jira.bc.issue.worklog | |
| Uses of WorklogNewEstimateInputParameters in com.atlassian.jira.bc.issue.worklog |
|---|
| Classes in com.atlassian.jira.bc.issue.worklog that implement WorklogNewEstimateInputParameters | |
|---|---|
class |
WorklogInputParametersImpl
Implementation of the WorklogInputParameters, WorklogNewEstimateInputParameters and
WorklogAdjustmentAmountInputParameters interfaces. |
| Methods in com.atlassian.jira.bc.issue.worklog that return WorklogNewEstimateInputParameters | |
|---|---|
WorklogNewEstimateInputParameters |
WorklogInputParametersImpl.Builder.buildNewEstimate()
Use this method to build the WorklogNewEstimateInputParameters object required for the "new estimate"
service calls. |
| Methods in com.atlassian.jira.bc.issue.worklog with parameters of type WorklogNewEstimateInputParameters | |
|---|---|
WorklogNewEstimateResult |
WorklogService.validateCreateWithNewEstimate(JiraServiceContext jiraServiceContext,
WorklogNewEstimateInputParameters params)
Determines whether worklogs are enabled in JIRA and if the user has the required permission as determined by calling WorklogService.hasPermissionToCreate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.Issue,boolean)
to create a worklog for this issue. |
WorklogNewEstimateResult |
WorklogService.validateUpdateWithNewEstimate(JiraServiceContext jiraServiceContext,
WorklogNewEstimateInputParameters params)
Determines whether worklogs are enabled in JIRA and if the user has the required permissions as determined by calling WorklogService.hasPermissionToUpdate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.worklog.Worklog)
to update a worklog for this issue. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||