Uses of Class
com.atlassian.greenhopper.global.AbstractLoggable

Packages that use AbstractLoggable
com.atlassian.greenhopper   
com.atlassian.greenhopper.customfield   
com.atlassian.greenhopper.customfield.epiclink   
com.atlassian.greenhopper.customfield.rank   
com.atlassian.greenhopper.customfield.sprint   
com.atlassian.greenhopper.gadget   
com.atlassian.greenhopper.global   
com.atlassian.greenhopper.manager.color   
com.atlassian.greenhopper.manager.detailview   
com.atlassian.greenhopper.manager.estimatestatistic   
com.atlassian.greenhopper.manager.rank   
com.atlassian.greenhopper.manager.rankableobject   
com.atlassian.greenhopper.manager.sprintmarker   
com.atlassian.greenhopper.manager.trackingstatistic   
com.atlassian.greenhopper.manager.version   
com.atlassian.greenhopper.manager.workingdays   
com.atlassian.greenhopper.plugin.sampledata   
com.atlassian.greenhopper.service.charts   
com.atlassian.greenhopper.service.issue   
com.atlassian.greenhopper.service.rank   
com.atlassian.greenhopper.service.rapid   
com.atlassian.greenhopper.service.rapid.view   
com.atlassian.greenhopper.service.rapid.view.color   
com.atlassian.greenhopper.service.rapid.view.subquery   
com.atlassian.greenhopper.service.sprint   
com.atlassian.greenhopper.service.sprintmarker   
com.atlassian.greenhopper.service.version   
com.atlassian.greenhopper.service.workflow   
com.atlassian.greenhopper.upgrade   
com.atlassian.greenhopper.upgrade.task013   
com.atlassian.greenhopper.web   
com.atlassian.greenhopper.web.api   
com.atlassian.greenhopper.web.configuration   
com.atlassian.greenhopper.web.integration   
com.atlassian.greenhopper.web.migration   
com.atlassian.greenhopper.web.project   
com.atlassian.greenhopper.web.rapid   
com.atlassian.greenhopper.web.rapid.chart   
com.atlassian.greenhopper.web.rapid.chart.burndown   
com.atlassian.greenhopper.web.rapid.issue   
com.atlassian.greenhopper.web.rapid.issue.attachment   
com.atlassian.greenhopper.web.rapid.issue.issuelink   
com.atlassian.greenhopper.web.rapid.issue.thirdpartytabs   
com.atlassian.greenhopper.web.rapid.list   
com.atlassian.greenhopper.web.rapid.plan   
com.atlassian.greenhopper.web.rapid.release   
com.atlassian.greenhopper.web.rapid.sprint   
com.atlassian.greenhopper.web.rapid.version   
com.atlassian.greenhopper.web.rapid.view   
com.atlassian.greenhopper.web.rapid.view.detailview   
com.atlassian.greenhopper.web.rapid.view.workingdays   
com.atlassian.greenhopper.web.rapid.welcome   
com.atlassian.greenhopper.web.rapid.work   
com.pyxis.greenhopper   
com.pyxis.greenhopper.jira.license   
 

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
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.customfield
 class CustomFieldServiceImpl
           
 

Uses of AbstractLoggable in com.atlassian.greenhopper.customfield.epiclink
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.customfield.epiclink
 class EpicLinkIssueEventListener
          Listens to issue events and updates the epic links for a given issue when the issue type changes
 

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.gadget
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.gadget
 class SprintRemainingDaysResource
           
 

Uses of AbstractLoggable in com.atlassian.greenhopper.global
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.global
 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.rank
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.manager.rank
 class RankDaoImpl
          Implementation of RankDao Ranking in the database happens in two steps: 1.
 

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.manager.version
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.manager.version
 class VersionMetaDataDao
           
 

Uses of AbstractLoggable in com.atlassian.greenhopper.manager.workingdays
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.manager.workingdays
 class NonWorkingDayDao
           
 class WorkingDaysDao
           
 class WorkingDaysManagerImpl
           
 

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.
 

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 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 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 CardColorQueryServiceImpl
          Implementation of CardColorQueryService
 

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
 class GhUpgradeTask025
          Renames the epic label field to epic name
 class GhUpgradeTask026
          Adds custom fields for epic support.
 class GhUpgradeTask027
          Sets epic status custom field value based on the current status of the epic
 class GhUpgradeTask028
          Updates the epic label field to be on all create screens at position 0
 class GhUpgradeTask029
          In 6.1, we had introduced change history for the Epic Link, but we did not include the issue ID of the epic, only the issue key.
 class GhUpgradeTask030
          Inserts a reindex required warning into the admin screen for the epic label custom field
 class GhUpgradeTask031
          Migrating away from precofigured default fields.
 class GhUpgradeTask031DaoImpl
           
 class GhUpgradeTask032
          Upgrade all usages of username to be JIRA 6.0 compatible.
 class GhUpgradeTask032DaoImpl
           
 class GhUpgradeTask033
           
 

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.migration
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.migration
 class ClassicMigrationResource
          Exposes the functionality for classic migration actions
 

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
          Helper class for building CFD and Control charts.
 class ControlChartModelFactory
           
 class CumulativeFlowChartModelFactory
          Factory to generate the model for the cumulative flow chart
 class EpicProgressChartModelFactory
          Factory for EpicProgressChartModel objects
 class FixVersionResource
           
 class IssueColumnChangeCollector
           
 class IssueCycleTimeCollector
          Calculates the raw data needed for the Control Chart.
 class RapidChartResource
           
 class SprintBurndownModelFactory
          Factory for Sprint burndown models
 class VelocityChartModelFactory
           
 

Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.chart.burndown
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.chart.burndown
 class BurndownColumnChangeFactory
          Factory for burndown column changes.
 

Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.issue
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.issue
 class CommentModelFactory
           
 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
          Resource for changing epic-issue links.
 

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.version
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.version
 class VersionResource
           
 

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 SavedFilterResource
          Note: this resource is currently ugly due to the way SingleSelect.js handles ajax errors (showing a nice alert window).
 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.view.workingdays
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.view.workingdays
 class WorkingDaysHelper
           
 class WorkingDaysResource
           
 

Uses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.welcome
 

Subclasses of AbstractLoggable in com.atlassian.greenhopper.web.rapid.welcome
 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.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.