|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorklogAdjustmentAmountResult | |
|---|---|
| com.atlassian.jira.bc.issue.worklog | |
| Uses of WorklogAdjustmentAmountResult in com.atlassian.jira.bc.issue.worklog |
|---|
| Methods in com.atlassian.jira.bc.issue.worklog that return WorklogAdjustmentAmountResult | |
|---|---|
static WorklogAdjustmentAmountResult |
WorklogResultFactory.createAdjustmentAmount(Worklog worklog,
Long adjustmentAmount)
Used for creating WorklogResult objects that also capture a adjustmentAmount to be set. |
static WorklogAdjustmentAmountResult |
WorklogResultFactory.createAdjustmentAmount(Worklog worklog,
Long adjustmentAmount,
boolean isEditableCheckRequired)
Used for creating WorklogResult objects that also capture a adjustmentAmount to be set. |
static WorklogAdjustmentAmountResult |
WorklogResultFactory.createAdjustmentAmount(WorklogResult worklogResult,
Long adjustmentAmount)
Used for copying the WorklogResult received from the base validate method and adding on the
adjustmentAmount. |
WorklogAdjustmentAmountResult |
WorklogService.validateCreateWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
WorklogAdjustmentAmountInputParameters 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. |
WorklogAdjustmentAmountResult |
DefaultWorklogService.validateCreateWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
WorklogAdjustmentAmountInputParameters params)
|
WorklogAdjustmentAmountResult |
WorklogService.validateDeleteWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
Long worklogId,
String adjustmentAmount)
Determines whether worklogs are enabled in JIRA and if the user has the required permissions as determined by calling WorklogService.hasPermissionToDelete(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.worklog.Worklog)
to delete a worklog for this issue. |
WorklogAdjustmentAmountResult |
DefaultWorklogService.validateDeleteWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
Long worklogId,
String adjustmentAmount)
|
| Methods in com.atlassian.jira.bc.issue.worklog with parameters of type WorklogAdjustmentAmountResult | |
|---|---|
Worklog |
WorklogService.createWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
WorklogAdjustmentAmountResult worklogAdjustmentAmount,
boolean dispatchEvent)
Persists a new Worklog on the given Issue. |
Worklog |
DefaultWorklogService.createWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
WorklogAdjustmentAmountResult worklogResult,
boolean dispatchEvent)
|
boolean |
WorklogService.deleteWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
WorklogAdjustmentAmountResult worklogAdjustmentAmount,
boolean dispatchEvent)
Deletes the specified Worklog. |
boolean |
DefaultWorklogService.deleteWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
WorklogAdjustmentAmountResult worklogResult,
boolean dispatchEvent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||