|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractLoggable in com.atlassian.greenhopper |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper | |
|---|---|
class |
EventListenerRegistry
Takes care of Listeners for JIRA events. |
class |
JobScheduler
|
class |
Launcher
This is the main entry point for GreenHopper. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.customfield.rank |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.customfield.rank | |
|---|---|
class |
RankIssueEventListener
Maintains the global rank index when issues are added/removed |
class |
RankLuceneFieldSorter
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.customfield.sprint |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.customfield.sprint | |
|---|---|
class |
SprintHistoryEntryFactory
Encapsulates the logic of creating sprint history entries from either a lucene document or an issue |
| Uses of AbstractLoggable in com.atlassian.greenhopper.global |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.global | |
|---|---|
class |
AbstractResultBuilder
Superclass for building "Result" type responses that can be handled automatically by GH.Ajax. |
class |
AbstractTransactionalTask<T>
Basic log-wrapping implementation of TransactionalTask. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.manager.color |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.manager.color | |
|---|---|
class |
CardColorAOMapper
|
class |
CardColorDao
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.manager.detailview |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.manager.detailview | |
|---|---|
class |
DetailViewFieldDao
TODO: Document this class / interface here |
| Uses of AbstractLoggable in com.atlassian.greenhopper.manager.estimatestatistic |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.manager.estimatestatistic | |
|---|---|
class |
EstimateStatisticDao
DAO for EstimateStatisticAO records. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.manager.rankableobject |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.manager.rankableobject | |
|---|---|
class |
RankableObjectDao
|
class |
RankableObjectManager
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.manager.sprintmarker |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.manager.sprintmarker | |
|---|---|
class |
SprintMarkerDao
|
class |
SprintMarkerManager
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.manager.trackingstatistic |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.manager.trackingstatistic | |
|---|---|
class |
TrackingStatisticDao
DAO for TrackingStatisticAO records. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.plugin.sampledata |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.plugin.sampledata | |
|---|---|
class |
JiraImportersPluginInstallerImpl
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.service.charts |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.service.charts | |
|---|---|
class |
AbstractIssueHistoryStatusCallback
No-op superclass for status history callbacks. |
class |
IssueStatusHistoryServiceImpl
Produces status history from the Lucene change history index. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.service.issue |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.service.issue | |
|---|---|
class |
AbstractIssueEventListener
Safety net for issue event listeners. |
class |
IssueDataServiceImpl
Abstraction for a common usage pattern of querying a handful of issue fields from Lucene. |
class |
IssueTypeSchemeCreationService
Encapsulates the issue type scheme creation logic. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.service.rank |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.service.rank | |
|---|---|
class |
RankableObjectService
|
class |
RankCustomFieldServiceImpl
|
class |
RankDaoImpl
|
class |
RankIndexBuilder
This factory produces an initialised RankIndex. |
class |
RankIndexServiceImpl
The rank system is made of two main components: The stored rank, which is a single linked list of issueIDs in an AO table, and the runtime rank index, which is an in-memory lookup map of chained Rank objects that maintain a numeric position index. |
class |
RankManager
Manager to work with the rank index. |
class |
RankServiceImpl
RankService implementation. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.service.rapid |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.service.rapid | |
|---|---|
class |
RapidViewHistoryServiceImpl
Implementation of RapidViewHistoryService Users UserHistoryManager under the covers |
class |
RapidViewLocationServiceImpl
|
class |
RapidViewQueryServiceImpl
Implementation of RapidViewQueryService |
| Uses of AbstractLoggable in com.atlassian.greenhopper.service.rapid.view |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.service.rapid.view | |
|---|---|
class |
ColumnDao
|
class |
ColumnServiceImpl
|
class |
ColumnStatusDao
|
class |
GenericActiveObjectsDao<PK,E extends RawEntity<PK>>
|
class |
QuickFilterDao
|
class |
RapidViewAOMapper
|
class |
RapidViewDao
|
class |
RapidViewPresetService
A service for constructing default Rapid View objects based on the Preset chosen for the Rapid View. |
class |
RapidViewServiceImpl
|
class |
StatisticsFieldDao
|
class |
StatisticsFieldServiceImpl
Default implementation of StatisticsFieldService. |
class |
SwimlaneDao
|
class |
SwimlaneServiceImpl
Provides swimlanes configuration related functionality |
| Uses of AbstractLoggable in com.atlassian.greenhopper.service.rapid.view.color |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.service.rapid.view.color | |
|---|---|
class |
AbstractCardColorCallback
Abstract CallbackComponent implementation |
class |
AssigneeCardColorCallback
Callback for assignee card color strategy |
class |
CardColorQueryServiceImpl
Implementation of CardColorQueryService |
class |
IssueTypeCardColorCallback
Callback for issue type card color strategy |
class |
PriorityCardColorCallback
Callback for priority card color strategy |
| Uses of AbstractLoggable in com.atlassian.greenhopper.service.rapid.view.subquery |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.service.rapid.view.subquery | |
|---|---|
class |
SubqueryDao
|
class |
SubqueryServiceImpl
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.service.sprint |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.service.sprint | |
|---|---|
class |
SprintCustomFieldServiceImpl
|
class |
SprintDao
|
class |
SprintQueryServiceImpl
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.service.sprintmarker |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.service.sprintmarker | |
|---|---|
class |
SprintMarkerServiceImpl
Sprint Marker Service |
| Uses of AbstractLoggable in com.atlassian.greenhopper.service.version |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.service.version | |
|---|---|
class |
ReleaseServiceImpl
|
class |
VersionServiceImpl
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.service.workflow |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.service.workflow | |
|---|---|
class |
SimplifiedWorkflowServiceImpl
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.upgrade |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.upgrade | |
|---|---|
class |
AbstractGhUpgradeTask
|
class |
GhUpgradeTask012
|
class |
GhUpgradeTask012Dao
|
class |
GhUpgradeTask014
We need this upgrade task to set our "latest upgraded version" property in the database. |
class |
GhUpgradeTask015
GHS-4877: migrating auxiliary data of Sprint and RapidView objects out of PropertySets and back into AO records where they belong. |
class |
GhUpgradeTask016
GHS-4877: migrating auxiliary data of Sprint and RapidView objects out of PropertySets and back into AO records where they belong. |
class |
GhUpgradeTask017
Creates default EstimateStatisticAO records for each RapidViewAO record. |
class |
GhUpgradeTask017DaoImpl
|
class |
GhUpgradeTask018
Upgrade task to munge Sprint dates to be good when you consider Complete Sprint |
class |
GhUpgradeTask019
Inserts a reindex required warning into the admin screen and resets the sprint custom field index checked flag |
class |
GhUpgradeTask020
Sets the swimlane strategy ID for all RapidViewAO records which do not have one. |
class |
GhUpgradeTask021
Creates default TrackingStatisticAO records for each RapidViewAO record. |
class |
GhUpgradeTask021DaoImpl
|
class |
GhUpgradeTask022
Ensures the sprint field is created on plugin install |
class |
GhUpgradeTask023
Sets the card color strategy ID for all RapidViewAO records which do not have one. |
class |
GhUpgradeTask024
Fixes up sprint marker names, as initially the rapid view name was stored |
| Uses of AbstractLoggable in com.atlassian.greenhopper.upgrade.task013 |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.upgrade.task013 | |
|---|---|
class |
ColumnLayoutItemsCleanupTask
Part of GhUpgradeTask013. |
class |
ConvertOldRankFieldsToNumberTypeTask
Part of GhUpgradeTask013. |
class |
CreateNewRankCustomFieldsFromOldTask
Part of GhUpgradeTask013. |
class |
FieldConfigurationCleanupTask
Part of GhUpgradeTask013. |
class |
GhUpgradeTask013
|
class |
InitialiseRankFieldsMapTask
Part of GhUpgradeTask013. |
class |
MigrateRankDataTaskImpl
Part of GhUpgradeTask013. |
class |
PostUpgradeCleanupTask
|
class |
RenameOldRankCustomFieldsTask
Part of GhUpgradeTask013. |
class |
ResolveDefaultRankFieldTask
Part of GhUpgradeTask013. |
class |
ScreenSchemeCleanupTask
Part of GhUpgradeTask013. |
class |
UpdateGreenHopperConfigurationTask
Part of GhUpgradeTask013. |
class |
UpdateLabsRankFieldDescriptionTask
Part of GhUpgradeTask013. |
class |
UpdateSavedFiltersForNewRankFieldsTask
Part of GhUpgradeTask013. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.web |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web | |
|---|---|
class |
AbstractResource
To be extended by all GreenHopper rest resources. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.api |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.api | |
|---|---|
class |
RankHelper
|
class |
RankResource
TODO |
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.configuration |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.configuration | |
|---|---|
class |
CacheControlResource
Admin-only REST resource to control GreenHopper caches. |
class |
FeaturesResource
REST resource for managing the features within GreenHopper's configuration. |
class |
JiraTaskResource
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.integration |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.integration | |
|---|---|
class |
TeamCalendarsResource
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.project |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.project | |
|---|---|
class |
ProjectHelper
|
class |
ProjectResource
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid | |
|---|---|
class |
RapidBoardResource
|
class |
RapidBoardViewModelFactory
|
class |
UserDataResource
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.chart |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.chart | |
|---|---|
class |
ChartDataHelper
|
class |
ControlChartModelFactory
|
class |
CumulativeFlowChartModelFactory
|
class |
IssueColumnChangeCollector
|
class |
IssueCycleTimeCollector
Calculates the raw data needed for the Control Chart. |
class |
RapidChartResource
|
class |
ScopeChangeBurndownModelFactory
Provides a ScopeChangeBurndownChartModel that properly reflects scope change |
class |
VelocityChartModelFactory
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.issue |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.issue | |
|---|---|
class |
CommentModelFactory
|
class |
CommentResource
Provides issue related rest resources |
class |
IssueEntryFactory
|
class |
IssueResource
Provides issue related rest resources |
class |
StatisticFieldHelper
Helper methods for creating RapidIssueEntry.StatisticFieldValue
representation of an estimate statistic StatisticsField. |
class |
SubtaskEntryFactory
Collector for detail view subtask data. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.issue.attachment |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.issue.attachment | |
|---|---|
class |
AttachmentsFactory
Adapted copy of com.atlassian.jira.plugin.viewissue.AttachmentBlockContextProvider Provides two sets of attachments, image attachments and file attachments. |
class |
AttachmentsResource
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.issue.issuelink |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.issue.issuelink | |
|---|---|
class |
EpicResource
TODO this is some throw-away proof-of-concept REST code that should not survive. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.issue.thirdpartytabs |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.issue.thirdpartytabs | |
|---|---|
class |
ThirdPartyTabModelFactory
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.list |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.list | |
|---|---|
class |
DaysInColumnCallback
Collector to find out the total time an issue spent in the column it's currently in. |
class |
RapidIssueEntryQueryServiceImpl
Provides calculation of swimlane contents functionality |
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.plan |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.plan | |
|---|---|
class |
PlanningModeResource
Resource for use in Planning Mode |
class |
PlanningModeServiceImpl
Provides data required on the planning mode |
class |
SprintMarkerHelper
Helper function for working with sprint markers |
class |
SprintMarkerResource
Resource for adding, editing and deleting sprint markers |
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.release |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.release | |
|---|---|
class |
ReleaseHelper
|
class |
ReleaseResource
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.sprint |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.sprint | |
|---|---|
class |
CompleteSprintResource
|
class |
CreateSprintResource
Provides sprint creation functionality |
class |
SprintIssuesResource
|
class |
SprintsResource
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.view |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.view | |
|---|---|
class |
CardColorHelper
|
class |
CardColorResource
|
class |
ColumnEditHelper
Handles reading/writing from/to the rapid list |
class |
EstimationHelper
Helper methods for transporting EstimationConfig to the web. |
class |
JqlHelper
Helper class for validation and creation of jql, used by SwimlanesHelper and QuickFiltersHelper |
class |
QuickFilterHelper
|
class |
QuickFilterResource
|
class |
RapidViewEditHelper
|
class |
RapidViewEditResource
|
class |
RapidViewFilterHelper
|
class |
RapidViewHelper
|
class |
RapidViewListHelper
|
class |
RapidViewListResource
|
class |
RapidViewResource
|
class |
SavedFilterHelper
|
class |
SavedFilterResource
|
class |
SubqueryHelper
|
class |
SubqueryResource
|
class |
SwimlaneHelper
|
class |
SwimlaneResource
|
class |
WorkflowResource
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.view.detailview |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.view.detailview | |
|---|---|
class |
DetailViewFieldResource
REST resource to facilitate configuration of Detail View Fields. |
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.welcome |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.welcome | |
|---|---|
class |
WelcomeHelper
Responsible for all interactions with the welcome mat. |
class |
WelcomeResource
|
| Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.work |
|---|
| Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.work | |
|---|---|
class |
PoolServiceImpl
Provides calculation of swimlane contents functionality |
class |
WorkDataFactory
Produces the issue list view for the RapidBoard. |
class |
WorkResource
|
| Uses of AbstractLoggable in com.pyxis.greenhopper |
|---|
| Subclasses of AbstractLoggable in com.pyxis.greenhopper | |
|---|---|
class |
GreenHopperPluginControllerImpl
|
| Uses of AbstractLoggable in com.pyxis.greenhopper.jira.license |
|---|
| Subclasses of AbstractLoggable in com.pyxis.greenhopper.jira.license | |
|---|---|
class |
GreenHopperPluginLicenseManager
Provides access to GreenHopper licenses when Universal Plugin Manager 2.0 is not installed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||