public class

StartOfDayFunction

extends AbstractDateFunction
java.lang.Object
   ↳ com.atlassian.jira.plugin.jql.function.AbstractJqlFunction
     ↳ com.atlassian.jira.plugin.jql.function.AbstractDateFunction
       ↳ com.atlassian.jira.plugin.jql.function.StartOfDayFunction

Class Overview

Function that produces the end of the day as the value.

Summary

Constants
String FUNCTION_START_OF_DAY
[Expand]
Inherited Fields
From class com.atlassian.jira.plugin.jql.function.AbstractDateFunction
Public Constructors
StartOfDayFunction(TimeZoneManager timeZoneManager)
Public Methods
List<QueryLiteral> getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.jql.function.AbstractDateFunction
From class com.atlassian.jira.plugin.jql.function.AbstractJqlFunction
From class java.lang.Object
From interface com.atlassian.jira.plugin.jql.function.JqlFunction

Constants

public static final String FUNCTION_START_OF_DAY

Constant Value: "startOfDay"

Public Constructors

public StartOfDayFunction (TimeZoneManager timeZoneManager)

Public Methods

public List<QueryLiteral> getValues (QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)