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

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

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

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

Methods in com.atlassian.jira.bc.issue.worklog that return WorklogNewEstimateInputParameters
 WorklogNewEstimateInputParameters WorklogInputParametersImpl.Builder.buildNewEstimate()
          Use this method to build the WorklogNewEstimateInputParameters object required for the "new estimate" service calls.
 

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



Copyright © 2002-2012 Atlassian. All Rights Reserved.