package

com.atlassian.jira.bc.issue.worklog

Interfaces

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. 

Classes

DefaultWorklogService Default implementation of the WorklogService. 
DeletedWorklog Information about removed worklog. 
TimeTrackingConfiguration.PropertiesAdaptor Implementation that is registered with PICO. 
WorklogChangedSincePage<T> Holds information about a page of worklogs which were updated or deleted since a given time. 
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. 

Enums

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