Uses of Interface
com.atlassian.jira.bc.issue.worklog.WorklogAdjustmentAmountInputParameters

Packages that use WorklogAdjustmentAmountInputParameters
com.atlassian.jira.bc.issue.worklog   
 

Uses of WorklogAdjustmentAmountInputParameters in com.atlassian.jira.bc.issue.worklog
 

Classes in com.atlassian.jira.bc.issue.worklog that implement WorklogAdjustmentAmountInputParameters
 class WorklogInputParametersImpl
          Implementation of the WorklogInputParameters, WorklogNewEstimateInputParameters and WorklogAdjustmentAmountInputParameters interfaces.
 

Methods in com.atlassian.jira.bc.issue.worklog that return WorklogAdjustmentAmountInputParameters
 WorklogAdjustmentAmountInputParameters WorklogInputParametersImpl.Builder.buildAdjustmentAmount()
          Use this method to build the WorklogAdjustmentAmountInputParameters object required for the "manual adjustment" (or "adjustment amount") service calls.
 

Methods in com.atlassian.jira.bc.issue.worklog with parameters of type WorklogAdjustmentAmountInputParameters
 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)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.