Package | Description |
---|---|
com.atlassian.jira.bc.issue.worklog |
Modifier and Type | Method and Description |
---|---|
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 |
DefaultWorklogService.validateCreateWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
WorklogAdjustmentAmountInputParameters params) |
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.validateDeleteWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
Long worklogId,
String adjustmentAmount) |
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. |
Modifier and Type | Method and Description |
---|---|
Worklog |
DefaultWorklogService.createWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
WorklogAdjustmentAmountResult worklogResult,
boolean dispatchEvent) |
Worklog |
WorklogService.createWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
WorklogAdjustmentAmountResult worklogAdjustmentAmount,
boolean dispatchEvent)
|
boolean |
DefaultWorklogService.deleteWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
WorklogAdjustmentAmountResult worklogResult,
boolean dispatchEvent) |
boolean |
WorklogService.deleteWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext,
WorklogAdjustmentAmountResult worklogAdjustmentAmount,
boolean dispatchEvent)
Deletes the specified
Worklog . |
Copyright © 2002-2018 Atlassian. All Rights Reserved.