public class

EndOfDayFunction

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.EndOfDayFunction

Class Overview

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

Summary

Constants
String FUNCTION_END_OF_DAY
[Expand]
Inherited Fields
From class com.atlassian.jira.plugin.jql.function.AbstractDateFunction
Public Constructors
EndOfDayFunction(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_END_OF_DAY

Constant Value: "endOfDay"

Public Constructors

public EndOfDayFunction (TimeZoneManager timeZoneManager)

Public Methods

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