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.atlassian.greenhopper.web.config   
com.atlassian.greenhopper.web.page   
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 NoneCapacity.getField()
           
 WatchedField Marker.getField()
           
 WatchedField EmptyMarker.getField()
           
 WatchedField Capacity.getField()
           
 WatchedField BoardMarker.getField()
           
 WatchedField BoardCapacity.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 CapacityServiceImpl.compile(BoardWithMarkers board, WatchedField watchedField)
           
 Marker CapacityService.compile(BoardWithMarkers board, WatchedField watchedField)
           
 Marker CapacityServiceImpl.compile(BoardWithMarkers board, WatchedField watchedField, com.atlassian.jira.issue.Issue forcedPosition)
           
 Marker CapacityService.compile(BoardWithMarkers board, WatchedField watchedField, com.atlassian.jira.issue.Issue forcedPosition)
           
 Marker CapacityServiceImpl.compile(BoardWithMarkers board, WatchedField watchedField, java.lang.String forcedValue)
           
 Marker CapacityService.compile(BoardWithMarkers board, WatchedField watchedField, java.lang.String forcedValue)
           
 Capacity CapacityServiceImpl.getCapacity(BoardWithCapacities board, WatchedField field)
           
 Capacity CapacityService.getCapacity(BoardWithCapacities board, WatchedField field)
          Retrieves the capacities of the specified board
 Capacity CapacityServiceImpl.getDefaultCapacity(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
 java.util.Set<java.lang.String> CapacityServiceImpl.getMakerIssueKeys(BoardWithMarkers board, WatchedField watchedField, boolean above)
           
 java.util.Set<java.lang.String> CapacityService.getMakerIssueKeys(BoardWithMarkers board, WatchedField watchedField, boolean above)
           
 Marker CapacityServiceImpl.getMarker(BoardWithMarkers board, WatchedField watchedField)
           
 Marker CapacityService.getMarker(BoardWithMarkers board, WatchedField watchedField)
           
 void CapacityServiceImpl.removeCapacity(BoardWithCapacities board, WatchedField field)
           
 void CapacityService.removeCapacity(BoardWithCapacities board, WatchedField field)
          Removes the capacity
 void CapacityServiceImpl.setCapacity(java.lang.String minCapacity, java.lang.String maxCapacity, 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.setDefaultCapacity(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.toggleMarker(BoardWithMarkers board, WatchedField watchedField)
           
 void CapacityService.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 WatchedFieldServiceImpl.getWatchedField(com.opensymphony.user.User user, ViewDefinition view, Configuration configuration, java.lang.String fieldId)
           
 WatchedField WatchedFieldService.getWatchedField(com.opensymphony.user.User user, ViewDefinition view, Configuration configuration, java.lang.String fieldId)
          Get a watched field given its field id
 

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

Methods in com.atlassian.greenhopper.service.statistics with parameters of type WatchedField
 Capacity CapacityService2Impl.getCapacity(com.atlassian.jira.project.Project project, ViewDefinition view, java.lang.String key, WatchedField watchedField)
          Deprecated. 
 Capacity CapacityService2.getCapacity(com.atlassian.jira.project.Project project, ViewDefinition view, java.lang.String key, WatchedField watchedField)
           
 Capacity CapacityService2Impl.getCapacity(XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField)
          Get the capacities object for a collection of watched fields.
 Capacity CapacityService2.getCapacity(XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField)
          Fetch a Capacity object given a xproject and key.
 Capacity CapacityService2Impl.getDefaultCapacity(XProject xproject, ViewDefinition view, WatchedField watchedField)
           
 Capacity CapacityService2.getDefaultCapacity(XProject xproject, ViewDefinition view, WatchedField watchedField)
          Fetch a default Capacity object given a xproject
 Marker MarkerServiceImpl.getMarker(XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField)
           
 Marker MarkerService.getMarker(XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField)
           
 boolean MarkerServiceImpl.isMarkerEnabled(XProject xproject, ViewDefinition view, WatchedField watchedField)
           
 boolean MarkerService.isMarkerEnabled(XProject xproject, ViewDefinition view, WatchedField watchedField)
          Check if the marker is enabled, without having to load the whole marker.
 ErrorCollection CapacityService2Impl.removeCapacity(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField)
          Removes the capacity for the given parameters.
 ErrorCollection CapacityService2.removeCapacity(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField)
          Removes the capacity for the given xproject, boardType and key.
 ErrorCollection CapacityService2Impl.removeDefaultCapacity(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, WatchedField watchedField)
           
 ErrorCollection CapacityService2.removeDefaultCapacity(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, WatchedField watchedField)
          Removes the default capacity for a given xproject and boardType
 ErrorCollection CapacityService2Impl.setCapacity(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField, Capacity capacity)
          Set the capacity min/max values
 ErrorCollection CapacityService2.setCapacity(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField, Capacity capacity)
          Update the capacity min/max values with the values currently set in the Capacity object
 ErrorCollection CapacityService2Impl.setDefaultCapacity(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, WatchedField watchedField, Capacity capacity)
           
 ErrorCollection CapacityService2.setDefaultCapacity(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, WatchedField watchedField, Capacity capacity)
          Update the default capacity min/max values with the values currently set in the Capacity object
 Marker MarkerServiceImpl.setMarkerToIssue(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField, com.atlassian.jira.issue.Issue forcedPosition, com.atlassian.query.Query query, ErrorCollection errorCollection)
          In order to position the marker at a particular issue, it gets informed about its "forced position" and then pushed into the collector.
 Marker MarkerService.setMarkerToIssue(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField, com.atlassian.jira.issue.Issue forcedPosition, com.atlassian.query.Query query, ErrorCollection errorCollection)
          Position the marker at the given issue.
 Marker MarkerServiceImpl.setMarkerToValue(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField, java.lang.String forcedValue, com.atlassian.query.Query query, ErrorCollection errorCollection)
           
 Marker MarkerService.setMarkerToValue(com.opensymphony.user.User user, XProject xproject, ViewDefinition view, java.lang.String key, WatchedField watchedField, java.lang.String forcedValue, com.atlassian.query.Query query, ErrorCollection errorCollection)
          Set the marker to a particular value
 void MarkerServiceImpl.toggleMarker(XProject xproject, ViewDefinition view, WatchedField watchedField)
           
 void MarkerService.toggleMarker(XProject xproject, ViewDefinition view, WatchedField watchedField)
          Switch the marker on/off
 

Uses of WatchedField in com.atlassian.greenhopper.web.config
 

Methods in com.atlassian.greenhopper.web.config that return types with arguments of type WatchedField
 java.util.Set<WatchedField> ManageStatisticsViewModel.getWatchedFields()
           
 

Method parameters in com.atlassian.greenhopper.web.config with type arguments of type WatchedField
 void ManageStatisticsViewModel.setWatchedFields(java.util.Set<WatchedField> watchedFields)
           
 

Uses of WatchedField in com.atlassian.greenhopper.web.page
 

Methods in com.atlassian.greenhopper.web.page that return WatchedField
 WatchedField ColumnBoxModel.getRemainingField()
           
 

Methods in com.atlassian.greenhopper.web.page that return types with arguments of type WatchedField
 java.util.Set<WatchedField> ColumnBoxModel.getWatchedFields()
           
 

Methods in com.atlassian.greenhopper.web.page with parameters of type WatchedField
 boolean ColumnBoxModel.isMarkerAvailable(WatchedField watchedField)
           
 void ColumnBoxModel.setMarkerAvailable(WatchedField watchedField, boolean available)
           
 void ColumnBoxModel.setRemainingField(WatchedField remainingField)
           
 

Method parameters in com.atlassian.greenhopper.web.page with type arguments of type WatchedField
 void ColumnBoxModel.setWatchedFields(java.util.Set<WatchedField> watchedFields)
           
 

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

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

Methods in com.pyxis.greenhopper.charts.context that return types with arguments of type WatchedField
 java.util.Set<WatchedField> CrossAgileGadgetContext.getAllReportableFields()
           
 java.util.Set<WatchedField> ChartContext.getAllReportableFields()
           
 java.util.Set<WatchedField> ChartBoardContext.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 GHAgileGadgetPreferences.getWatchedField()
           
 WatchedField CrossAgileGadgetPreferences.getWatchedField()
           
 WatchedField AgileGadgetPreferences.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 StepBoard.getBoardCapacityKey(WatchedField field)
           
 java.lang.String BoardWithCapacities.getBoardCapacityKey(WatchedField field)
           
 java.lang.String AssigneeBoard.getBoardCapacityKey(WatchedField field)
           
 java.lang.String AbstractPlanningBoard.getBoardCapacityKey(WatchedField field)
           
 java.lang.String BoardWithMarkers.getBoardMarkerKey(WatchedField field)
           
 java.lang.String AbstractPlanningBoard.getBoardMarkerKey(WatchedField field)
           
 java.lang.String VersionBoard.getCapacityKey(WatchedField field)
           
 java.lang.String StepBoard.getCapacityKey(WatchedField field)
           
 java.lang.String LegacyBacklogBoard.getCapacityKey(WatchedField field)
           
 java.lang.String BoardWithCapacities.getCapacityKey(WatchedField field)
           
 java.lang.String AssigneeBoard.getCapacityKey(WatchedField field)
           
 java.lang.String AbstractPlanningBoard.getCapacityKey(WatchedField field)
           
static java.lang.String TempKeyGen.getMarkerKey(BoardWithMarkers board, WatchedField field)
           
 java.lang.String VersionBoard.getMarkerKey(WatchedField field)
           
 java.lang.String LegacyBacklogBoard.getMarkerKey(WatchedField field)
           
 java.lang.String BoardWithMarkers.getMarkerKey(WatchedField field)
           
 java.lang.String AbstractPlanningBoard.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 Summary.getRenderedWatchedValue(WatchedField watchedField)
           
 java.lang.String EmptySummary.getRenderedWatchedValue(WatchedField watchedField)
           
 java.lang.String DataSummary.getRenderedWatchedValue(WatchedField watchedField)
           
 java.lang.String AbstractSummary.getRenderedWatchedValue(WatchedField watchedField)
           
 java.lang.Double Summary.getWatchedValue(WatchedField watchedField)
           
 java.lang.Double EmptySummary.getWatchedValue(WatchedField watchedField)
           
 java.lang.Double DataSummary.getWatchedValue(WatchedField watchedField)
           
 java.lang.Double AbstractSummary.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.opensymphony.user.User user)
           
AggregateSummary(com.atlassian.query.Query query, java.util.Set<WatchedField> watchedFields, com.opensymphony.user.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> 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> GlobalConfiguration.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> ProjectConfiguration.getWatchedFieldsFor(java.lang.String boardType, IssueFieldManager issueFieldManager)
           
 java.util.Set<WatchedField> GlobalConfiguration.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.Searchable searcher, StepBoard todoStep, StepBoard doneStep, java.util.Set<WatchedField> watchedFields, java.lang.String... keyFields)
           
SummaryStatsCollector2(org.apache.lucene.search.Searchable searcher, TaskBoardConfiguration taskBoardConfiguration, java.util.Set<WatchedField> watchedFields, java.lang.String... keyFields)
          StatsCollectors are not thread-safe.
WatchedFieldsSumCollector(org.apache.lucene.search.Searchable 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-2011 Atlassian. All Rights Reserved.