Package com.atlassian.jira.bc.issue.worklog
package com.atlassian.jira.bc.issue.worklog
-
ClassDescriptionDefault implementation of the WorklogService.Information about removed worklog.Describes the modes of operation for Time Tracking in JIRA.Implementation that is registered with PICO.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.A more-specificWorklogResult
which additionally defines an "adjustment amount" value.Holds information about a page of worklogs which were updated or deleted since a given time.An aggregate of the input parameters required to validate and perform worklog creation and update service calls.Implementation of theWorklogInputParameters
,WorklogNewEstimateInputParameters
andWorklogAdjustmentAmountInputParameters
interfaces.A fluent-style Builder for constructingWorklogInputParameters
,WorklogNewEstimateInputParameters
andWorklogAdjustmentAmountInputParameters
objects.A more-specific class ofWorklogInputParameters
required to validate and perform worklog creation and update service calls which additionally set the remaining estimate to a new estimate.A more-specificWorklogResult
which additionally defines a "new estimate" value.An interface which defines the base result of aWorklogService
validation call.A static factory class for instantiatingWorklogResult
objects.This is the business layer component that must be used to access allWorklogService
functionality.