com.pyxis.greenhopper.jira.util
Class WatchedFieldUtils

java.lang.Object
  extended by com.pyxis.greenhopper.jira.util.WatchedFieldUtils

public class WatchedFieldUtils
extends java.lang.Object


Constructor Summary
WatchedFieldUtils()
           
 
Method Summary
static WatchedField get(java.lang.String fieldId, java.util.Set<WatchedField> from)
           
static java.util.Set<WatchedField> getAllChartableFields(java.util.Set<WatchedField> from, I18n i18n)
           
static java.util.Set<WatchedField> getAllReportableFields(java.util.Set<WatchedField> from, I18n i18n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchedFieldUtils

public WatchedFieldUtils()
Method Detail

get

public static WatchedField get(java.lang.String fieldId,
                               java.util.Set<WatchedField> from)

getAllReportableFields

public static java.util.Set<WatchedField> getAllReportableFields(java.util.Set<WatchedField> from,
                                                                 I18n i18n)

getAllChartableFields

public static java.util.Set<WatchedField> getAllChartableFields(java.util.Set<WatchedField> from,
                                                                I18n i18n)


Copyright © 2007-2013 Atlassian. All Rights Reserved.