|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorklogInputParameters | |
|---|---|
| com.atlassian.jira.bc.issue.worklog | |
| Uses of WorklogInputParameters in com.atlassian.jira.bc.issue.worklog |
|---|
| Subinterfaces of WorklogInputParameters in com.atlassian.jira.bc.issue.worklog | |
|---|---|
interface |
WorklogAdjustmentAmountInputParameters
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. |
interface |
WorklogNewEstimateInputParameters
A more-specific class of WorklogInputParameters required to validate and perform worklog creation and
update service calls which additionally set the remaining estimate to a new estimate. |
| Classes in com.atlassian.jira.bc.issue.worklog that implement WorklogInputParameters | |
|---|---|
class |
WorklogInputParametersImpl
Implementation of the WorklogInputParameters, WorklogNewEstimateInputParameters and
WorklogAdjustmentAmountInputParameters interfaces. |
| Methods in com.atlassian.jira.bc.issue.worklog that return WorklogInputParameters | |
|---|---|
WorklogInputParameters |
WorklogInputParametersImpl.Builder.build()
Use this method to build the base WorklogInputParameters object. |
| Methods in com.atlassian.jira.bc.issue.worklog with parameters of type WorklogInputParameters | |
|---|---|
WorklogResult |
WorklogService.validateCreate(JiraServiceContext jiraServiceContext,
WorklogInputParameters params)
Determines whether worklogs are enabled in JIRA and if the user has the required permissions as determined by calling WorklogService.hasPermissionToCreate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.Issue,boolean)
to create a worklog for this issue. |
WorklogResult |
WorklogService.validateUpdate(JiraServiceContext jiraServiceContext,
WorklogInputParameters 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 | |||||||||