Package com.atlassian.jira.jql.query
Class TimeSpentClauseQueryFactory
java.lang.Object
com.atlassian.jira.jql.query.AbstractTimeTrackingClauseQueryFactory
com.atlassian.jira.jql.query.TimeSpentClauseQueryFactory
- All Implemented Interfaces:
ClauseQueryFactory
@Deprecated(since="10.7",
forRemoval=true)
@InjectableComponent
public class TimeSpentClauseQueryFactory
extends AbstractTimeTrackingClauseQueryFactory
implements ClauseQueryFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Factory for producing clauses for the
TimeSpentSystemField
.- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionTimeSpentClauseQueryFactory
(JqlOperandResolver operandResolver, JqlTimetrackingDurationSupport jqlTimetrackingDurationSupport, ApplicationProperties applicationProperties) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class com.atlassian.jira.jql.query.AbstractTimeTrackingClauseQueryFactory
getQuery
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.jql.query.ClauseQueryFactory
getQuery
-
Constructor Details
-
TimeSpentClauseQueryFactory
public TimeSpentClauseQueryFactory(JqlOperandResolver operandResolver, JqlTimetrackingDurationSupport jqlTimetrackingDurationSupport, ApplicationProperties applicationProperties) Deprecated, for removal: This API element is subject to removal in a future version.
-
TimeSpentClauseQueryMapper
instead.