Package com.atlassian.jira.bc.issue.worklog

Interface Summary
TimeTrackingConfiguration  
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.
WorklogAdjustmentAmountResult A more-specific WorklogResult which additionally defines an "adjustment amount" value.
WorklogInputParameters An aggregate of the input parameters required to validate and perform worklog creation and update service calls.
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.
WorklogNewEstimateResult A more-specific WorklogResult which additionally defines a "new estimate" value.
WorklogResult An interface which defines the base result of a WorklogService validation call.
WorklogService This is the business layer component that must be used to access all WorklogService functionality.
 

Class Summary
DefaultWorklogService Default implemenation of the WorklogService.
TimeTrackingConfiguration.PropertiesAdaptor Implementation that is registered with PICO.
WorklogInputParametersImpl Implementation of the WorklogInputParameters, WorklogNewEstimateInputParameters and WorklogAdjustmentAmountInputParameters interfaces.
WorklogInputParametersImpl.Builder A fluent-style Builder for constructing WorklogInputParameters, WorklogNewEstimateInputParameters and WorklogAdjustmentAmountInputParameters objects.
WorklogResultFactory A static factory class for instantiating WorklogResult objects.
 

Enum Summary
TimeTrackingConfiguration.Mode Describes the modes of operation for Time Tracking in JIRA.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.