com.atlassian.jira.jql.query
Class TimeSpentClauseQueryFactory

java.lang.Object
  extended by com.atlassian.jira.jql.query.AbstractTimeTrackingClauseQueryFactory
      extended by com.atlassian.jira.jql.query.TimeSpentClauseQueryFactory
All Implemented Interfaces:
ClauseQueryFactory

@InjectableComponent
public class TimeSpentClauseQueryFactory
extends AbstractTimeTrackingClauseQueryFactory
implements ClauseQueryFactory

Factory for producing clauses for the TimeSpentSystemField.

Since:
v4.0

Constructor Summary
TimeSpentClauseQueryFactory(JqlOperandResolver operandResolver, JqlTimetrackingDurationSupport jqlTimetrackingDurationSupport, ApplicationProperties applicationProperties)
           
 
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 Detail

TimeSpentClauseQueryFactory

public TimeSpentClauseQueryFactory(JqlOperandResolver operandResolver,
                                   JqlTimetrackingDurationSupport jqlTimetrackingDurationSupport,
                                   ApplicationProperties applicationProperties)


Copyright © 2002-2012 Atlassian. All Rights Reserved.