Uses of Interface
com.pyxis.greenhopper.jira.boards.stats.WatchedField

Packages that use WatchedField
com.atlassian.greenhopper.model.stats   
com.atlassian.greenhopper.service   
com.atlassian.greenhopper.service.statistics   
com.pyxis.greenhopper.charts.context   
com.pyxis.greenhopper.gadget   
com.pyxis.greenhopper.gadget.model   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.boards   
com.pyxis.greenhopper.jira.boards.context   
com.pyxis.greenhopper.jira.boards.stats   
com.pyxis.greenhopper.jira.configurations   
com.pyxis.greenhopper.jira.util   
com.pyxis.greenhopper.jira.util.collector   
com.pyxis.greenhopper.jira.util.comparator   
 

Uses of WatchedField in com.atlassian.greenhopper.model.stats
 

Methods in com.atlassian.greenhopper.model.stats that return WatchedField
 WatchedField BoardMarker.getField()
           
 WatchedField EmptyMarker.getField()
           
 WatchedField Capacity.getField()
           
 WatchedField BoardCapacity.getField()
           
 WatchedField NoneCapacity.getField()
           
 WatchedField Marker.getField()
           
 

Methods in com.atlassian.greenhopper.model.stats with parameters of type WatchedField
 Capacity Capacities.get(WatchedField watchedField)
           
 

Constructors in com.atlassian.greenhopper.model.stats with parameters of type WatchedField
BoardCapacity(java.lang.Double min, java.lang.Double max, WatchedField watchedField)
           
BoardMarker(java.lang.Double maxValue, WatchedField watchedField)
           
 

Uses of WatchedField in com.atlassian.greenhopper.service
 

Methods in com.atlassian.greenhopper.service with parameters of type WatchedField
 Marker CapacityService.compile(BoardWithMarkers board, WatchedField watchedField)
           
 Marker CapacityServiceImpl.compile(BoardWithMarkers board, WatchedField watchedField)
           
 Marker CapacityService.compile(BoardWithMarkers board, WatchedField watchedField, com.atlassian.jira.issue.Issue forcedPosition)
           
 Marker CapacityServiceImpl.compile(BoardWithMarkers board, WatchedField watchedField, com.atlassian.jira.issue.Issue forcedPosition)
           
 Marker CapacityService.compile(BoardWithMarkers board, WatchedField watchedField, java.lang.String forcedValue)
           
 Marker CapacityServiceImpl.compile(BoardWithMarkers board, WatchedField watchedField, java.lang.String forcedValue)
           
 Capacity CapacityService.getCapacity(BoardWithCapacities board, WatchedField field)
          Retrieves the capacities of the specified board
 Capacity CapacityServiceImpl.getCapacity(BoardWithCapacities board, WatchedField field)
           
 Capacity CapacityService.getDefaultCapacity(BoardWithCapacities board, WatchedField field)
          Retrieves the default capacities of the specified board based on the nature of the board
 Capacity CapacityServiceImpl.getDefaultCapacity(BoardWithCapacities board, WatchedField field)
           
 java.util.Set<java.lang.String> CapacityService.getMakerIssueKeys(BoardWithMarkers board, WatchedField watchedField, boolean above)
           
 java.util.Set<java.lang.String> CapacityServiceImpl.getMakerIssueKeys(BoardWithMarkers board, WatchedField watchedField, boolean above)
           
 Marker CapacityService.getMarker(BoardWithMarkers board, WatchedField watchedField)
           
 Marker CapacityServiceImpl.getMarker(BoardWithMarkers board, WatchedField watchedField)
           
 void CapacityService.removeCapacity(BoardWithCapacities board, WatchedField field)
          Removes the capacity
 void CapacityServiceImpl.removeCapacity(BoardWithCapacities board, WatchedField field)
           
 void CapacityService.setCapacity(java.lang.String minCapacity, java.lang.String maxCapacity, BoardWithCapacities board, WatchedField field)
          Sets the minimum and maximum values of the specified board for a watchedField
 void CapacityServiceImpl.setCapacity(java.lang.String minCapacity, java.lang.String maxCapacity, BoardWithCapacities board, WatchedField field)
           
 void CapacityService.setDefaultCapacity(java.lang.String minCapacity, java.lang.String maxCapacity, BoardWithCapacities board, WatchedField field)
          Sets the default minimum and maximum values of the specified board for a watchedField
 void CapacityServiceImpl.setDefaultCapacity(java.lang.String minCapacity, java.lang.String maxCapacity, BoardWithCapacities board, WatchedField field)
           
 void CapacityService.toggleMarker(BoardWithMarkers board, WatchedField watchedField)
           
 void CapacityServiceImpl.toggleMarker(BoardWithMarkers board, WatchedField watchedField)
           
 

Uses of WatchedField in com.atlassian.greenhopper.service.statistics
 

Methods in com.atlassian.greenhopper.service.statistics that return WatchedField
 WatchedField WatchedFieldService.getWatchedField(com.atlassian.crowd.embedded.api.User user, ViewDefinition view, Configuration configuration, java.lang.String fieldId)
          Get a watched field given its field id
 WatchedField WatchedFieldServiceImpl.getWatchedField(com.atlassian.crowd.embedded.api.User user, ViewDefinition view, Configuration configuration, java.lang.String fieldId)
           
 

Methods in com.atlassian.greenhopper.service.statistics that return types with arguments of type WatchedField
 java.util.Set<WatchedField> WatchedFieldService.getWatchedFields(com.atlassian.crowd.embedded.api.User user, ViewDefinition view, Configuration configuration)
          Get the configured watched fields for a given boardType and configuration
 java.util.Set<WatchedField> WatchedFieldServiceImpl.getWatchedFields(com.atlassian.crowd.embedded.api.User user, ViewDefinition view, Configuration configuration)
           
 

Methods in com.atlassian.greenhopper.service.statistics with parameters of type WatchedField
 Capacity CapacityService2.getCapacity(com.atlassian.jira.project.Project project, ViewDefinition view, java.lang.String key, WatchedField watchedField)
           
 Capacity CapacityService2Impl.getCapacity(com.atlassian.jira.project.Project project, ViewDefinition view, java.lang.String key, WatchedField watchedField)
          Deprecated. 
 

Uses of WatchedField in com.pyxis.greenhopper.charts.context
 

Methods in com.pyxis.greenhopper.charts.context that return WatchedField
 WatchedField ChartBoardContext.getField()
           
 WatchedField ChartContext.getField()
           
 WatchedField AgileGadgetChartContext.getField()
           
 WatchedField CrossAgileGadgetContext.getField()
           
 

Methods in com.pyxis.greenhopper.charts.context that return types with arguments of type WatchedField
 java.util.Set<WatchedField> ChartBoardContext.getAllReportableFields()
           
 java.util.Set<WatchedField> ChartContext.getAllReportableFields()
           
 java.util.Set<WatchedField> CrossAgileGadgetContext.getAllReportableFields()
           
 

Methods in com.pyxis.greenhopper.charts.context with parameters of type WatchedField
 void ChartBoardContext.setField(WatchedField field)
           
 

Uses of WatchedField in com.pyxis.greenhopper.gadget
 

Methods in com.pyxis.greenhopper.gadget that return WatchedField
 WatchedField AgileGadgetPreferences.getWatchedField()
           
 WatchedField CrossAgileGadgetPreferences.getWatchedField()
           
 WatchedField GHAgileGadgetPreferences.getWatchedField()
           
 

Uses of WatchedField in com.pyxis.greenhopper.gadget.model
 

Methods in com.pyxis.greenhopper.gadget.model with parameters of type WatchedField
 void TaskBoardInfo.computeDerivedValues(WatchedField field)
           
 

Uses of WatchedField in com.pyxis.greenhopper.jira.actions
 

Methods in com.pyxis.greenhopper.jira.actions that return WatchedField
 WatchedField BoardAction.getIssueCountField()
           
 WatchedField BoardAction.getRemainingField()
           
 WatchedField CardBoardAction.getWatchedField()
           
 

Methods in com.pyxis.greenhopper.jira.actions that return types with arguments of type WatchedField
 java.util.Set<WatchedField> BoardAction.getAllChartableFields()
           
 

Methods in com.pyxis.greenhopper.jira.actions with parameters of type WatchedField
 Capacity CardBoardAction.getCapacity(BoardWithCapacities board, WatchedField field)
           
 Capacity CardBoardAction.getDefaultCapacity(WatchedField field)
           
 boolean DropBoardAction.isMarkerAvailable(WatchedField watchedField)
           
 boolean DropBoardAction.isMarkerEnabled(WatchedField watchedField)
           
 

Uses of WatchedField in com.pyxis.greenhopper.jira.boards
 

Methods in com.pyxis.greenhopper.jira.boards with parameters of type WatchedField
 java.lang.String BoardWithCapacities.getBoardCapacityKey(WatchedField field)
           
 java.lang.String AbstractPlanningBoard.getBoardCapacityKey(WatchedField field)
           
 java.lang.String StepBoard.getBoardCapacityKey(WatchedField field)
           
 java.lang.String AssigneeBoard.getBoardCapacityKey(WatchedField field)
           
 java.lang.String AbstractPlanningBoard.getBoardMarkerKey(WatchedField field)
           
 java.lang.String BoardWithMarkers.getBoardMarkerKey(WatchedField field)
           
 java.lang.String BoardWithCapacities.getCapacityKey(WatchedField field)
           
 java.lang.String AbstractPlanningBoard.getCapacityKey(WatchedField field)
           
 java.lang.String StepBoard.getCapacityKey(WatchedField field)
           
 java.lang.String VersionBoard.getCapacityKey(WatchedField field)
           
 java.lang.String AssigneeBoard.getCapacityKey(WatchedField field)
           
static java.lang.String TempKeyGen.getMarkerKey(BoardWithMarkers board, WatchedField field)
           
 java.lang.String AbstractPlanningBoard.getMarkerKey(WatchedField field)
           
 java.lang.String VersionBoard.getMarkerKey(WatchedField field)
           
 java.lang.String BoardWithMarkers.getMarkerKey(WatchedField field)
           
 

Uses of WatchedField in com.pyxis.greenhopper.jira.boards.context
 

Methods in com.pyxis.greenhopper.jira.boards.context that return WatchedField
 WatchedField DefaultBoardContext.getWatchedField(java.lang.String fieldId)
           
 WatchedField BoardContext.getWatchedField(java.lang.String fieldId)
           
 

Methods in com.pyxis.greenhopper.jira.boards.context that return types with arguments of type WatchedField
 java.util.Set<WatchedField> DefaultBoardContext.getWatchedFields()
           
 java.util.Set<WatchedField> BoardContext.getWatchedFields()
           
 

Uses of WatchedField in com.pyxis.greenhopper.jira.boards.stats
 

Classes in com.pyxis.greenhopper.jira.boards.stats that implement WatchedField
 class AbstractWatchedCustomField
           
 class AbstractWatchedField
           
 class CrossWatchField
           
 class DefaultWatchedField
           
 class IssueCountField
           
 class RemainingField
           
 

Methods in com.pyxis.greenhopper.jira.boards.stats with parameters of type WatchedField
 int CrossWatchField.compareTo(WatchedField field)
           
 java.lang.String DataSummary.getRenderedWatchedValue(WatchedField watchedField)
           
 java.lang.String Summary.getRenderedWatchedValue(WatchedField watchedField)
           
 java.lang.String AbstractSummary.getRenderedWatchedValue(WatchedField watchedField)
           
 java.lang.String EmptySummary.getRenderedWatchedValue(WatchedField watchedField)
           
 java.lang.Double DataSummary.getWatchedValue(WatchedField watchedField)
           
 java.lang.Double Summary.getWatchedValue(WatchedField watchedField)
           
 java.lang.Double AbstractSummary.getWatchedValue(WatchedField watchedField)
           
 java.lang.Double EmptySummary.getWatchedValue(WatchedField watchedField)
           
 void DataSummary.incrementFieldValue(WatchedField field, double value)
           
 void DataSummary.setWatchedValue(WatchedField watchedField, java.lang.Double value)
           
 

Constructor parameters in com.pyxis.greenhopper.jira.boards.stats with type arguments of type WatchedField
AbstractSummary(com.atlassian.query.Query query, java.util.Set<WatchedField> watchedFields, com.atlassian.crowd.embedded.api.User user)
           
AggregateSummary(com.atlassian.query.Query query, java.util.Set<WatchedField> watchedFields, com.atlassian.crowd.embedded.api.User user)
           
 

Uses of WatchedField in com.pyxis.greenhopper.jira.configurations
 

Methods in com.pyxis.greenhopper.jira.configurations that return WatchedField
 WatchedField UserBoardSettings.getChartCustomField(BoardContext boardContext)
           
 

Methods in com.pyxis.greenhopper.jira.configurations that return types with arguments of type WatchedField
 java.util.Set<WatchedField> GlobalConfiguration.getWatchedFieldsFor(com.atlassian.jira.project.Project project, IssueFieldManager issueFieldManager)
           
 java.util.Set<WatchedField> ScrumDefaultConfiguration.getWatchedFieldsFor(com.atlassian.jira.project.Project project, IssueFieldManager issueFieldManager)
           
 java.util.Set<WatchedField> ProjectConfiguration.getWatchedFieldsFor(com.atlassian.jira.project.Project project, IssueFieldManager issueFieldManager)
           
 java.util.Set<WatchedField> Configuration.getWatchedFieldsFor(com.atlassian.jira.project.Project project, IssueFieldManager issueFieldManager)
           
 java.util.Set<WatchedField> AbstractDefaultConfiguration.getWatchedFieldsFor(com.atlassian.jira.project.Project project, IssueFieldManager issueFieldManager)
           
 java.util.Set<WatchedField> GlobalConfiguration.getWatchedFieldsFor(java.lang.String boardType, IssueFieldManager issueFieldManager)
           
 java.util.Set<WatchedField> ProjectConfiguration.getWatchedFieldsFor(java.lang.String boardType, IssueFieldManager issueFieldManager)
           
 java.util.Set<WatchedField> Configuration.getWatchedFieldsFor(java.lang.String boardType, IssueFieldManager issueFieldManager)
           
 java.util.Set<WatchedField> AbstractDefaultConfiguration.getWatchedFieldsFor(java.lang.String boardType, IssueFieldManager issueFieldManager)
           
 

Uses of WatchedField in com.pyxis.greenhopper.jira.util
 

Methods in com.pyxis.greenhopper.jira.util that return WatchedField
static WatchedField WatchedFieldUtils.get(java.lang.String fieldId, java.util.Set<WatchedField> from)
           
 

Methods in com.pyxis.greenhopper.jira.util that return types with arguments of type WatchedField
static java.util.Set<WatchedField> WatchedFieldUtils.getAllChartableFields(java.util.Set<WatchedField> from, I18n i18n)
           
static java.util.Set<WatchedField> WatchedFieldUtils.getAllReportableFields(java.util.Set<WatchedField> from, I18n i18n)
           
 

Method parameters in com.pyxis.greenhopper.jira.util with type arguments of type WatchedField
static WatchedField WatchedFieldUtils.get(java.lang.String fieldId, java.util.Set<WatchedField> from)
           
static java.util.Set<WatchedField> WatchedFieldUtils.getAllChartableFields(java.util.Set<WatchedField> from, I18n i18n)
           
static java.util.Set<WatchedField> WatchedFieldUtils.getAllReportableFields(java.util.Set<WatchedField> from, I18n i18n)
           
 

Uses of WatchedField in com.pyxis.greenhopper.jira.util.collector
 

Constructor parameters in com.pyxis.greenhopper.jira.util.collector with type arguments of type WatchedField
SummaryStatsCollector(org.apache.lucene.search.IndexSearcher searcher, StepBoard todoStep, StepBoard doneStep, java.util.Set<WatchedField> watchedFields, java.lang.String... keyFields)
           
SummaryStatsCollector2(org.apache.lucene.search.IndexSearcher searcher, TaskBoardConfiguration taskBoardConfiguration, java.util.Set<WatchedField> watchedFields, java.lang.String... keyFields)
          StatsCollectors are not thread-safe.
WatchedFieldsSumCollector(org.apache.lucene.search.IndexSearcher searcher, java.util.Set<WatchedField> watchedFields)
           
 

Uses of WatchedField in com.pyxis.greenhopper.jira.util.comparator
 

Methods in com.pyxis.greenhopper.jira.util.comparator with parameters of type WatchedField
 int WatchedFieldComparator.compare(WatchedField watchedField, WatchedField watchedFieldToCompare)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.