Uses of Interface
com.pyxis.greenhopper.jira.boards.context.BoardContext

Packages that use BoardContext
com.atlassian.greenhopper.service.issue   
com.atlassian.greenhopper.service.statistics   
com.pyxis.greenhopper.gadget   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.boards   
com.pyxis.greenhopper.jira.boards.context   
com.pyxis.greenhopper.jira.boards.issueviews   
com.pyxis.greenhopper.jira.boards.modal   
com.pyxis.greenhopper.jira.boards.pagination   
com.pyxis.greenhopper.jira.boards.stats   
com.pyxis.greenhopper.jira.configurations   
com.pyxis.greenhopper.jira.configurations.context   
com.pyxis.greenhopper.jira.configurations.layout   
com.pyxis.greenhopper.jira.listeners   
com.pyxis.greenhopper.jira.projecttabpanel   
com.pyxis.greenhopper.jira.util   
com.pyxis.greenhopper.jira.util.collector   
com.pyxis.greenhopper.jira.util.comparator   
 

Uses of BoardContext in com.atlassian.greenhopper.service.issue
 

Methods in com.atlassian.greenhopper.service.issue with parameters of type BoardContext
 com.atlassian.jira.project.version.Version GHVersionServiceImpl.createVersion(BoardContext boardContext, java.lang.String name, java.lang.String description, java.lang.String masterId, java.lang.String startDate, java.lang.String endDate, java.lang.String releaseDate)
           
 com.atlassian.jira.project.version.Version GHVersionService.createVersion(BoardContext boardContext, java.lang.String name, java.lang.String description, java.lang.String masterId, java.lang.String startDate, java.lang.String endDate, java.lang.String releaseDate)
           
 void GHVersionServiceImpl.release(BoardContext boardContext, java.lang.String versionId, java.lang.String swapId)
           
 void GHVersionService.release(BoardContext boardContext, java.lang.String versionId, java.lang.String swapId)
           
 void GHVersionServiceImpl.releaseDoneIssues(BoardContext boardContext, java.lang.String versionId, java.lang.String name, java.lang.String description, java.lang.String startDate, java.lang.String endDate, java.lang.String releaseDate)
           
 void GHVersionService.releaseDoneIssues(BoardContext boardContext, java.lang.String versionId, java.lang.String name, java.lang.String description, java.lang.String startDate, java.lang.String endDate, java.lang.String releaseDate)
           
 

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

Methods in com.atlassian.greenhopper.service.statistics with parameters of type BoardContext
 java.util.Map<java.lang.String,Summary> StatService.getSummariesForAssigneeIds(BoardContext boardContext, java.util.Collection<java.lang.String> assigneeIds)
          Collect statistical data for the given assignees.
 java.util.Map<java.lang.String,Summary> StatServiceImpl.getSummariesForAssigneeIds(BoardContext boardContext, java.util.Collection<java.lang.String> assigneeIds)
          Collect statistics for Assignees.
 java.util.Map<java.lang.String,Summary> StatService.getSummariesForComponentIds(BoardContext boardContext, java.util.Collection<java.lang.String> componentIds)
          Collect statistical data for the given components.
 java.util.Map<java.lang.String,Summary> StatServiceImpl.getSummariesForComponentIds(BoardContext boardContext, java.util.Collection<java.lang.String> componentIds)
          Collect statistics for Components.
 java.util.Map<java.lang.String,Summary> StatService.getSummariesForVersionIds(BoardContext boardContext, java.util.Collection<java.lang.String> versionIds)
          Collect statistical data for the given versions.
 java.util.Map<java.lang.String,Summary> StatServiceImpl.getSummariesForVersionIds(BoardContext boardContext, java.util.Collection<java.lang.String> versionIds)
          Collect statistics for Versions.
 

Uses of BoardContext in com.pyxis.greenhopper.gadget
 

Methods in com.pyxis.greenhopper.gadget that return BoardContext
 BoardContext AgileGadgetPreferences.getBoardContext()
           
 

Methods in com.pyxis.greenhopper.gadget with parameters of type BoardContext
 com.pyxis.greenhopper.gadget.ChartDataResource.ChartCurveDataProvider ChartDataResource.getChartCurveInputProvider(BoardContext boardContext, java.lang.String chartType, java.lang.String watchedFieldId)
          Get the right ChartCurveDataProvider for a given chart type.
 Context CommonGadgetValidation.validateContext(BoardContext boardContext, java.lang.String contextName, java.util.Collection<ValidationError> errors, java.lang.String contextUserPref)
          This validation method is used to check that a specified context that has been chosen in the gadget user prefs exists and is a valid context
 Context CommonGadgetValidation.validateSavedContextUserPref(BoardContext boardContext, java.lang.String contextName, java.util.Collection<ValidationError> errors, java.lang.String contextUserPref)
          This method can be used to validate a context specified in a gadget before the gadget is rendered.
 com.atlassian.jira.project.version.Version CommonGadgetValidation.validateVersion(BoardContext boardContext, java.lang.String versionId, java.util.Collection<ValidationError> errors, java.lang.String versionUserPref)
          Validates a version string
 com.atlassian.jira.project.version.Version CommonGadgetValidation.validateVersionForSavedPref(BoardContext boardContext, java.lang.String versionId, java.util.Collection<ValidationError> errors, java.lang.String versionUserPref)
          Validates a version string for a saved preference
 

Constructors in com.pyxis.greenhopper.gadget with parameters of type BoardContext
AgileGadgetPreferences(BoardContext boardContext, java.lang.String selectedBoardId, java.lang.String contextName, java.lang.String chartType, java.lang.String fieldId, boolean forMaster, boolean showLabels, boolean showLegend, int width)
           
 

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

Methods in com.pyxis.greenhopper.jira.actions that return BoardContext
 BoardContext BoardAction.getBoardContext()
           
 

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

Methods in com.pyxis.greenhopper.jira.boards that return BoardContext
 BoardContext Board.getBoardContext()
          Retrieves the BoardContext
 BoardContext AbstractBoard.getBoardContext()
           
 

Methods in com.pyxis.greenhopper.jira.boards with parameters of type BoardContext
static java.lang.String TempKeyGen.getViewForWatchedFields(BoardContext boardContext)
           
 

Constructors in com.pyxis.greenhopper.jira.boards with parameters of type BoardContext
AbstractBoard(BoardContext boardContext, java.lang.String boardId, java.lang.String boardName)
           
AbstractNestableBoard(BoardContext boardContext, java.lang.String id, java.lang.String name)
           
AbstractPlanningBoard(BoardContext boardContext, java.lang.String id, java.lang.String name)
           
ArchivedChartBoard(BoardContext boardContext, com.atlassian.jira.project.version.Version version)
           
AssigneeBoard(BoardContext boardContext)
           
AssigneeBoard(BoardContext boardContext, com.atlassian.crowd.embedded.api.User user)
           
ChartBoard(BoardContext boardContext, com.atlassian.jira.project.version.Version version)
           
ChartOverviewBoard(BoardContext boardContext)
           
ComponentBoard(BoardContext boardContext)
           
ComponentBoard(BoardContext boardContext, com.atlassian.jira.bc.project.component.ProjectComponent component)
           
ProjectBoard(BoardContext boardContext)
           
TaskBoard(BoardContext boardContext, com.atlassian.jira.project.version.Version version)
           
VersionBoard(BoardContext boardContext, com.atlassian.jira.project.version.Version version)
           
 

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

Classes in com.pyxis.greenhopper.jira.boards.context that implement BoardContext
 class AnonymousBoardContext
           
 class DefaultBoardContext
           
 

Uses of BoardContext in com.pyxis.greenhopper.jira.boards.issueviews
 

Methods in com.pyxis.greenhopper.jira.boards.issueviews that return BoardContext
 BoardContext BoardIssue.getBoardContext()
           
 BoardContext NewBoardIssue.getBoardContext()
           
 BoardContext DefaultBoardIssue.getBoardContext()
           
 

Uses of BoardContext in com.pyxis.greenhopper.jira.boards.modal
 

Constructors in com.pyxis.greenhopper.jira.boards.modal with parameters of type BoardContext
AbstractModalBoard(BoardContext boardContext)
           
LabelBoard(BoardContext boardContext, LabelField labelField, java.lang.String label)
           
QuerySearchBoard(BoardContext boardContext, java.lang.String searchKey)
           
RankingBoard(BoardContext boardContext, GlobalRankField rank, java.lang.Long selectedBoardId, java.lang.String contextName)
           
SearchBoard(BoardContext boardContext, java.lang.String type)
           
SimpleCardBoard(BoardContext boardContext, com.atlassian.jira.issue.Issue issue)
           
SubRankingBoard(BoardContext boardContext, GlobalRankField rank, com.atlassian.jira.issue.Issue issue)
           
SubtaskBoard(BoardContext boardContext, com.atlassian.jira.issue.Issue parent)
           
 

Uses of BoardContext in com.pyxis.greenhopper.jira.boards.pagination
 

Fields in com.pyxis.greenhopper.jira.boards.pagination declared as BoardContext
protected  BoardContext AbstractColumnPagination.boardContext
           
 

Constructors in com.pyxis.greenhopper.jira.boards.pagination with parameters of type BoardContext
AbstractColumnPagination(BoardContext boardContext)
           
ArchivedChartColumnPagination(BoardContext boardContext)
           
AssigneeColumnPagination(BoardContext boardContext)
           
ChartBoardColumnPagination(BoardContext boardContext)
           
ComponentColumnPagination(BoardContext boardContext)
           
ProjectBoardColumnPagination(BoardContext boardContext)
           
VersionColumnPagination(BoardContext boardContext)
           
 

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

Constructors in com.pyxis.greenhopper.jira.boards.stats with parameters of type BoardContext
BoardProgressQueryBuilder(BoardContext boadContext, com.atlassian.query.Query baseQuery)
           
 

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

Methods in com.pyxis.greenhopper.jira.configurations with parameters of type BoardContext
 WatchedField UserBoardSettings.getChartCustomField(BoardContext boardContext)
           
 java.lang.String UserBoardSettings.getChartType(BoardContext boardContext)
           
 Context UserBoardSettings.getSelectedContext(BoardContext boardContext, java.lang.String view)
           
 

Constructors in com.pyxis.greenhopper.jira.configurations with parameters of type BoardContext
ComponentAssociations(BoardContext boardContext)
           
DisabledVersionAssociations(BoardContext boardContext)
           
DisabledVersionAssociations(BoardContext boardContext, boolean released)
           
VersionAssociations(BoardContext boardContext)
           
VersionAssociations(BoardContext boardContext, boolean released)
           
 

Uses of BoardContext in com.pyxis.greenhopper.jira.configurations.context
 

Methods in com.pyxis.greenhopper.jira.configurations.context that return BoardContext
 BoardContext ContextImpl.getBoardContext()
           
 BoardContext ContextImpl.getOwnerBoardContext()
           
 

Constructors in com.pyxis.greenhopper.jira.configurations.context with parameters of type BoardContext
ContextImpl(java.lang.String name, BoardContext boardContext)
           
ContextImpl(java.lang.String name, BoardContext boardContext, com.atlassian.crowd.embedded.api.User owner)
           
Contexts(BoardContext boardContext)
           
DefaultContext(BoardContext boardContext, com.atlassian.crowd.embedded.api.User owner)
           
MenuContext(BoardContext boardContext)
           
SharedContexts(BoardContext boardContext)
           
UserContexts(BoardContext boardContext)
           
 

Uses of BoardContext in com.pyxis.greenhopper.jira.configurations.layout
 

Methods in com.pyxis.greenhopper.jira.configurations.layout that return BoardContext
 BoardContext CreateLayout.getBoardContext()
           
 BoardContext TransitionLayout.getBoardContext()
           
 

Uses of BoardContext in com.pyxis.greenhopper.jira.listeners
 

Methods in com.pyxis.greenhopper.jira.listeners that return BoardContext
protected  BoardContext GHSyncherListener.getBoardContext(com.atlassian.jira.project.Project project, com.atlassian.crowd.embedded.api.User user)
           
 

Uses of BoardContext in com.pyxis.greenhopper.jira.projecttabpanel
 

Constructors in com.pyxis.greenhopper.jira.projecttabpanel with parameters of type BoardContext
AgileGadgetTabPreferences(BoardContext boardContext)
           
 

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

Fields in com.pyxis.greenhopper.jira.util declared as BoardContext
protected  BoardContext IssueManager.boardContext
           
 

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

Constructors in com.pyxis.greenhopper.jira.util.collector with parameters of type BoardContext
SummaryIssueStatsCollector(org.apache.lucene.search.IndexSearcher searcher, BoardContext boardContext, com.atlassian.jira.issue.IssueFactory issueFactory, java.lang.String... keyFields)
           
SummaryStatsCollector(org.apache.lucene.search.IndexSearcher searcher, BoardContext boardContext, java.lang.String... keyFields)
          StatsCollectors are not thread-safe.
 

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

Constructors in com.pyxis.greenhopper.jira.util.comparator with parameters of type BoardContext
VersionNaturalComparator(BoardContext boardContext)
           
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.