com.atlassian.greenhopper.service.charts
Enum IssueStatusHistoryCollector.STATUS_CHANGE

java.lang.Object
  extended by java.lang.Enum<IssueStatusHistoryCollector.STATUS_CHANGE>
      extended by com.atlassian.greenhopper.service.charts.IssueStatusHistoryCollector.STATUS_CHANGE
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IssueStatusHistoryCollector.STATUS_CHANGE>
Enclosing class:
IssueStatusHistoryCollector

public static enum IssueStatusHistoryCollector.STATUS_CHANGE
extends java.lang.Enum<IssueStatusHistoryCollector.STATUS_CHANGE>

There are two search keys we are interested in : status.ch_from and status.ch_to. These are used for generating the Lucene queries.


Enum Constant Summary
FROM
           
TO
           
 
Method Summary
 java.lang.String getSearchTerm()
           
static IssueStatusHistoryCollector.STATUS_CHANGE valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IssueStatusHistoryCollector.STATUS_CHANGE[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FROM

public static final IssueStatusHistoryCollector.STATUS_CHANGE FROM

TO

public static final IssueStatusHistoryCollector.STATUS_CHANGE TO
Method Detail

values

public static IssueStatusHistoryCollector.STATUS_CHANGE[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (IssueStatusHistoryCollector.STATUS_CHANGE c : IssueStatusHistoryCollector.STATUS_CHANGE.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static IssueStatusHistoryCollector.STATUS_CHANGE valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getSearchTerm

public java.lang.String getSearchTerm()


Copyright © 2007-2012 Atlassian. All Rights Reserved.