Package | Description |
---|---|
com.atlassian.jira.bc.issue.worklog |
Modifier and Type | Method and Description |
---|---|
static WorklogNewEstimateResult |
WorklogResultFactory.createNewEstimate(Worklog worklog,
Long newEstimate)
Used for creating
WorklogResult objects that also capture a newEstimate to be set. |
static WorklogNewEstimateResult |
WorklogResultFactory.createNewEstimate(Worklog worklog,
Long newEstimate,
boolean isEditableCheckRequired)
Used for creating
WorklogResult objects that also capture a newEstimate to be set. |
static WorklogNewEstimateResult |
WorklogResultFactory.createNewEstimate(WorklogResult worklogResult,
Long newEstimate)
Used for copying the
WorklogResult received from the base validate method and adding on the
newEstimate . |
WorklogNewEstimateResult |
DefaultWorklogService.validateCreateWithNewEstimate(JiraServiceContext jiraServiceContext,
WorklogNewEstimateInputParameters params) |
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 |
DefaultWorklogService.validateDeleteWithNewEstimate(JiraServiceContext jiraServiceContext,
Long worklogId,
String newEstimate) |
WorklogNewEstimateResult |
WorklogService.validateDeleteWithNewEstimate(JiraServiceContext jiraServiceContext,
Long worklogId,
String newEstimate)
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. |
WorklogNewEstimateResult |
DefaultWorklogService.validateUpdateWithNewEstimate(JiraServiceContext jiraServiceContext,
WorklogNewEstimateInputParameters params) |
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. |
Modifier and Type | Method and Description |
---|---|
Worklog |
DefaultWorklogService.createWithNewRemainingEstimate(JiraServiceContext jiraServiceContext,
WorklogNewEstimateResult worklogResult,
boolean dispatchEvent) |
Worklog |
WorklogService.createWithNewRemainingEstimate(JiraServiceContext jiraServiceContext,
WorklogNewEstimateResult worklogNewEstimate,
boolean dispatchEvent)
|
boolean |
DefaultWorklogService.deleteWithNewRemainingEstimate(JiraServiceContext jiraServiceContext,
WorklogNewEstimateResult worklogNewEstimate,
boolean dispatchEvent) |
boolean |
WorklogService.deleteWithNewRemainingEstimate(JiraServiceContext jiraServiceContext,
WorklogNewEstimateResult worklogNewEstimate,
boolean dispatchEvent)
Deletes the specified
Worklog . |
Worklog |
DefaultWorklogService.updateWithNewRemainingEstimate(JiraServiceContext jiraServiceContext,
WorklogNewEstimateResult worklogResult,
boolean dispatchEvent) |
Worklog |
WorklogService.updateWithNewRemainingEstimate(JiraServiceContext jiraServiceContext,
WorklogNewEstimateResult worklogNewEstimate,
boolean dispatchEvent)
Updates the provided
Worklog . |
Copyright © 2002-2021 Atlassian. All Rights Reserved.