public class

EndOfMonthFunction

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

Class Overview

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

Summary

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

Constant Value: "endOfMonth"

Public Constructors

public EndOfMonthFunction (TimeZoneManager timeZoneManager)

Public Methods

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