Uses of Interface
com.atlassian.jira.extension.Startable

Packages that use Startable
com.atlassian.jira.applinks   
com.atlassian.jira.avatar   
com.atlassian.jira.bc.portal   
com.atlassian.jira.bc.project.component   
com.atlassian.jira.bc.whitelist   
com.atlassian.jira.config   
com.atlassian.jira.config.properties   
com.atlassian.jira.config.webwork   
com.atlassian.jira.datetime A small set of classes that allow clients to format and parse dates in JIRA, in a way that is time zone and locale aware. 
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.event   
com.atlassian.jira.event.listeners   
com.atlassian.jira.event.listeners.cache   
com.atlassian.jira.event.listeners.mention   
com.atlassian.jira.event.listeners.reindex   
com.atlassian.jira.event.type   
com.atlassian.jira.favourites   
com.atlassian.jira.instrumentation   
com.atlassian.jira.issue.customfields.manager   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.config.manager   
com.atlassian.jira.issue.fields.config.persistence   
com.atlassian.jira.issue.fields.layout.column   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.issue.fields.option   
com.atlassian.jira.issue.fields.screen   
com.atlassian.jira.issue.fields.screen.issuetype   
com.atlassian.jira.issue.label   
com.atlassian.jira.issue.link   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.search.managers   
com.atlassian.jira.issue.security   
com.atlassian.jira.jql.operand.registry   
com.atlassian.jira.mention.commands   
com.atlassian.jira.mock.project   
com.atlassian.jira.notification   
com.atlassian.jira.permission   
com.atlassian.jira.plugin   
com.atlassian.jira.plugin.keyboardshortcut   
com.atlassian.jira.plugin.userformat.configuration   
com.atlassian.jira.plugin.webwork   
com.atlassian.jira.portal   
com.atlassian.jira.portal.gadgets   
com.atlassian.jira.project   
com.atlassian.jira.project.version   
com.atlassian.jira.security   
com.atlassian.jira.security.auth.trustedapps   
com.atlassian.jira.security.roles   
com.atlassian.jira.security.util   
com.atlassian.jira.service   
com.atlassian.jira.sharing   
com.atlassian.jira.upgrade   
com.atlassian.jira.user   
com.atlassian.jira.user.preferences   
com.atlassian.jira.user.util   
com.atlassian.jira.util   
com.atlassian.jira.vcs   
com.atlassian.jira.web.dispatcher   
com.atlassian.jira.web.util   
com.atlassian.jira.workflow   
 

Uses of Startable in com.atlassian.jira.applinks
 

Classes in com.atlassian.jira.applinks that implement Startable
 class JiraApplicationLinkService
          This class delegates to the ApplicationLinkService provided by UAL.
 class JiraAppLinksHostApplication
           
 class JiraEntityLinkService
          This class delegates to the EntityLinkService provided by UAL.
 

Uses of Startable in com.atlassian.jira.avatar
 

Classes in com.atlassian.jira.avatar that implement Startable
 class CachingAvatarStore
          A caching implementation of the AvatarStore.
 

Uses of Startable in com.atlassian.jira.bc.portal
 

Classes in com.atlassian.jira.bc.portal that implement Startable
 class GadgetApplinkUpgradeUtil
          Utility that helps determine if there are any external gadget specs that need to have applinks created for them!
 

Uses of Startable in com.atlassian.jira.bc.project.component
 

Classes in com.atlassian.jira.bc.project.component that implement Startable
 class CachingProjectComponentStore
          Decorates an implementation of the project component delegateStore with caching.
 

Uses of Startable in com.atlassian.jira.bc.whitelist
 

Classes in com.atlassian.jira.bc.whitelist that implement Startable
 class DefaultWhitelistManager
          Default implementation that persists the whitelist in applicationproperties
 

Uses of Startable in com.atlassian.jira.config
 

Classes in com.atlassian.jira.config that implement Startable
 class DefaultConstantsManager
           
 class DefaultReindexMessageManager
          Default implementation of the Reindex Message Manager that uses a simple PropertySet to store the last message pushed.
 

Uses of Startable in com.atlassian.jira.config.properties
 

Classes in com.atlassian.jira.config.properties that implement Startable
 class ApplicationPropertiesImpl
          A class to manage the interface with a single property set, used for application properties
 

Uses of Startable in com.atlassian.jira.config.webwork
 

Classes in com.atlassian.jira.config.webwork that implement Startable
 class WebworkConfigurator
          Provides a way for JIRA to configure Webwork to lookup action classes by setting the TypeResolver.
 

Uses of Startable in com.atlassian.jira.datetime
 

Classes in com.atlassian.jira.datetime that implement Startable
 class DateTimeFormatterFactoryImpl
          This class is responsible for providing DateTimeFormatter instances to JIRA and plugin code.
 

Uses of Startable in com.atlassian.jira.dev.backdoor
 

Classes in com.atlassian.jira.dev.backdoor that implement Startable
 class EventWatcherImpl
           
 class InitialiseSystemPropertiesImpl
           
 class Log4JHackeryImpl
           
 class PlaintextEncoderLoader
           
 

Uses of Startable in com.atlassian.jira.event
 

Classes in com.atlassian.jira.event that implement Startable
 class DefaultListenerManager
           
 

Uses of Startable in com.atlassian.jira.event.listeners
 

Classes in com.atlassian.jira.event.listeners that implement Startable
 class ProjectKeyRegexChangeListener
          Listens for ApplicationPropertyChangeEvent events in case the project key regex changes and resets the key matcher accordingly.
 

Uses of Startable in com.atlassian.jira.event.listeners.cache
 

Classes in com.atlassian.jira.event.listeners.cache that implement Startable
 class JiraExternalLibrariesCacheClearingListener
          Used to clear caches of external libraries that JIRA uses, such as webwork.
 

Uses of Startable in com.atlassian.jira.event.listeners.mention
 

Classes in com.atlassian.jira.event.listeners.mention that implement Startable
 class MentionEventListener
          Mention event listener that handles comment and edit events to notify any users that were mentioned using either
 

Uses of Startable in com.atlassian.jira.event.listeners.reindex
 

Classes in com.atlassian.jira.event.listeners.reindex that implement Startable
 class ReindexMessageListener
          Adds a re-index notification whenever a plugin module requiring reindex is enabled.
 

Uses of Startable in com.atlassian.jira.event.type
 

Classes in com.atlassian.jira.event.type that implement Startable
 class DefaultEventTypeManager
          Manages event types within the system.
 

Uses of Startable in com.atlassian.jira.favourites
 

Classes in com.atlassian.jira.favourites that implement Startable
 class CachingFavouritesStore
          Cache is keyed on username:type.
 

Uses of Startable in com.atlassian.jira.instrumentation
 

Classes in com.atlassian.jira.instrumentation that implement Startable
 class Instrumentation
          A static singleton style class that exposes DefaultInstrumentRegistry functionality.
 

Uses of Startable in com.atlassian.jira.issue.customfields.manager
 

Classes in com.atlassian.jira.issue.customfields.manager that implement Startable
 class CachedGenericConfigManager
           
 class CachedOptionsManager
          Cache for Options Manager.
 

Uses of Startable in com.atlassian.jira.issue.fields
 

Classes in com.atlassian.jira.issue.fields that implement Startable
 class DefaultFieldManager
           
 

Uses of Startable in com.atlassian.jira.issue.fields.config.manager
 

Classes in com.atlassian.jira.issue.fields.config.manager that implement Startable
 class CachedFieldConfigSchemeManagerImpl
          Simple caching wrapper.
 

Uses of Startable in com.atlassian.jira.issue.fields.config.persistence
 

Classes in com.atlassian.jira.issue.fields.config.persistence that implement Startable
 class CachedFieldConfigSchemePersister
          A simple caching wrapper

NOTE : you may be wondering about the cache invalidation strategy on this cache.

 

Uses of Startable in com.atlassian.jira.issue.fields.layout.column
 

Classes in com.atlassian.jira.issue.fields.layout.column that implement Startable
 class DefaultColumnLayoutManager
           
 

Uses of Startable in com.atlassian.jira.issue.fields.layout.field
 

Classes in com.atlassian.jira.issue.fields.layout.field that implement Startable
 class AbstractFieldLayoutManager
           
 class DefaultFieldLayoutManager
           
 

Uses of Startable in com.atlassian.jira.issue.fields.option
 

Classes in com.atlassian.jira.issue.fields.option that implement Startable
 class CachedOptionSetManager
           
 

Uses of Startable in com.atlassian.jira.issue.fields.screen
 

Classes in com.atlassian.jira.issue.fields.screen that implement Startable
 class CachingFieldScreenStore
          Copyright (c) 2002-2004 All rights reserved.
 class DefaultFieldScreenSchemeManager
          Copyright (c) 2002-2004 All rights reserved.
 

Uses of Startable in com.atlassian.jira.issue.fields.screen.issuetype
 

Classes in com.atlassian.jira.issue.fields.screen.issuetype that implement Startable
 class DefaultIssueTypeScreenSchemeManager
          Copyright (c) 2002-2004 All rights reserved.
 

Uses of Startable in com.atlassian.jira.issue.label
 

Classes in com.atlassian.jira.issue.label that implement Startable
 class CachingLabelStore
          Caching implementation of the Label store, that caches labels in a weakhashmap based on the issue/field combination.
 

Uses of Startable in com.atlassian.jira.issue.link
 

Classes in com.atlassian.jira.issue.link that implement Startable
 class DefaultIssueLinkManager
           
 class DefaultIssueLinkTypeManager
           
 

Uses of Startable in com.atlassian.jira.issue.search
 

Classes in com.atlassian.jira.issue.search that implement Startable
 class CachingSearchRequestStore
          Caching store for SearchRequest.
 

Uses of Startable in com.atlassian.jira.issue.search.managers
 

Classes in com.atlassian.jira.issue.search.managers that implement Startable
 class DefaultSearchHandlerManager
          Default JIRA implementation of SearchHandlerManager.
 

Uses of Startable in com.atlassian.jira.issue.security
 

Classes in com.atlassian.jira.issue.security that implement Startable
 class IssueSecurityLevelManagerImpl
          This class gets a list of all the security that can be part of a issue security scheme
 class IssueSecuritySchemeManagerImpl
           
 

Uses of Startable in com.atlassian.jira.jql.operand.registry
 

Classes in com.atlassian.jira.jql.operand.registry that implement Startable
 class PluginsAwareJqlFunctionHandlerRegistry
          Represents a JqlFunctionHandlerRegistry that can detect when the plugins system enables / disables new jql function modules and updates the registry of function operand handlers accordingly.
 

Uses of Startable in com.atlassian.jira.mention.commands
 

Classes in com.atlassian.jira.mention.commands that implement Startable
 class EmailMentionedUsers
          Responsible for sending out a notification email to the users mentioned in an issue.
 

Uses of Startable in com.atlassian.jira.mock.project
 

Classes in com.atlassian.jira.mock.project that implement Startable
 class MockCachingProjectManager
           
 

Uses of Startable in com.atlassian.jira.notification
 

Classes in com.atlassian.jira.notification that implement Startable
 class DefaultNotificationSchemeManager
           
 

Uses of Startable in com.atlassian.jira.permission
 

Classes in com.atlassian.jira.permission that implement Startable
 class WorkflowBasedPermissionSchemeManager
          Custom permission scheme manager that allows the list of assignable users to be restricted by workflow state.
 

Uses of Startable in com.atlassian.jira.plugin
 

Classes in com.atlassian.jira.plugin that implement Startable
 class DefaultPackageScannerConfiguration
          Default package scanner configuration.
 class JiraPluginManager
           
 class JiraPluginPersistentStateStore
           
 

Uses of Startable in com.atlassian.jira.plugin.keyboardshortcut
 

Classes in com.atlassian.jira.plugin.keyboardshortcut that implement Startable
 class CachingKeyboardShortcutManager
           
 

Uses of Startable in com.atlassian.jira.plugin.userformat.configuration
 

Classes in com.atlassian.jira.plugin.userformat.configuration that implement Startable
 class PluginsAwareUserFormatTypeConfiguration
          Reacts to plugin system events and updates the user format configuration accordingly.
 class PropertySetBackedUserFormatTypeConfiguration
          Responsible for storing the configured user format modules for each user format type in a property set.
 

Uses of Startable in com.atlassian.jira.plugin.webwork
 

Classes in com.atlassian.jira.plugin.webwork that implement Startable
 class WebworkPluginSecurityServiceHelper
          WebworkPluginSecurityService configures Seraph based on Webwork plugin module atlassian-plugin.xml This allows for the roles-required attribute to be used within plugins.
 

Uses of Startable in com.atlassian.jira.portal
 

Classes in com.atlassian.jira.portal that implement Startable
 class CachingPortalPageStore
          Caching store for PortalPage.
 class CachingPortletConfigurationStore
          Caching store for Portlet Configurations.
 

Uses of Startable in com.atlassian.jira.portal.gadgets
 

Classes in com.atlassian.jira.portal.gadgets that implement Startable
 class CachingExternalGadgetStore
          Eagerly caching implementation on the external Gadget store.
 

Uses of Startable in com.atlassian.jira.project
 

Classes in com.atlassian.jira.project that implement Startable
 class CachingProjectManager
           
 

Uses of Startable in com.atlassian.jira.project.version
 

Classes in com.atlassian.jira.project.version that implement Startable
 class CachingVersionStore
          A caching implementation of the VersionStore that relies on a delegate to do the DB operations.
 

Uses of Startable in com.atlassian.jira.security
 

Classes in com.atlassian.jira.security that implement Startable
 class DefaultGlobalPermissionManager
           
 

Uses of Startable in com.atlassian.jira.security.auth.trustedapps
 

Classes in com.atlassian.jira.security.auth.trustedapps that implement Startable
 class CachingTrustedApplicationManager
          TrustedApplicationManager that caches the info objects in memory.
 class CachingTrustedApplicationStore
          TrustedApplicationStore that caches the data objects in memory.
 class DefaultCurrentApplicationStore
           
 

Uses of Startable in com.atlassian.jira.security.roles
 

Classes in com.atlassian.jira.security.roles that implement Startable
 class CachingProjectRoleAndActorStore
          A caching implementation of the ProjectRoleAndActorStore that delegates to another ProjectRoleAndActorStore.
 

Uses of Startable in com.atlassian.jira.security.util
 

Classes in com.atlassian.jira.security.util that implement Startable
 class GroupSelectorUtils
          Hacky methods to support mapping a display name to a group name.
 

Uses of Startable in com.atlassian.jira.service
 

Classes in com.atlassian.jira.service that implement Startable
 class DefaultServiceManager
           
 

Uses of Startable in com.atlassian.jira.sharing
 

Classes in com.atlassian.jira.sharing that implement Startable
 class CachingSharePermissionStore
          Cache is key on entityId:type.
 

Uses of Startable in com.atlassian.jira.upgrade
 

Classes in com.atlassian.jira.upgrade that implement Startable
 class UpgradeManagerImpl
           
 

Uses of Startable in com.atlassian.jira.user
 

Classes in com.atlassian.jira.user that implement Startable
 class AutoGroupAdderImpl
          Registers an AutoGroupAdderListener.
 class CachingExternalEntityStore
          A caching wrapper around the delegateEntityStore.
 class CachingUserHistoryStore
          Caching implementation of UserHistoryStore.
 class DefaultSecureUserTokenManager
           
 class DefaultUserPropertyManager
           
 

Uses of Startable in com.atlassian.jira.user.preferences
 

Classes in com.atlassian.jira.user.preferences that implement Startable
 class DefaultUserPreferencesManager
          A simple implementation to cache user preferences objects.
 

Uses of Startable in com.atlassian.jira.user.util
 

Classes in com.atlassian.jira.user.util that implement Startable
 class UserUtilImpl
          This is the default implementation of the UserUtil interface.
 

Uses of Startable in com.atlassian.jira.util
 

Classes in com.atlassian.jira.util that implement Startable
 class JiraDurationUtils
          Util class reponsible for printing durations in various formats.
 

Uses of Startable in com.atlassian.jira.vcs
 

Classes in com.atlassian.jira.vcs that implement Startable
 class DefaultRepositoryManager
           
 

Uses of Startable in com.atlassian.jira.web.dispatcher
 

Classes in com.atlassian.jira.web.dispatcher that implement Startable
static class PluginsAwareViewMapping.Component
          A component that reacts to plugin events and clears the current cache of view mappings when webwork plugin module descriptors are enabled / disabled.
 

Uses of Startable in com.atlassian.jira.web.util
 

Classes in com.atlassian.jira.web.util that implement Startable
 class OutlookDateManagerImpl
           
 

Uses of Startable in com.atlassian.jira.workflow
 

Classes in com.atlassian.jira.workflow that implement Startable
 class CachingDraftWorkflowStore
          Provides a caching implementation of the DraftWorkflowStore.
 class CachingWorkflowDescriptorStore
          Used to cache workflowDescriptors in JIRA.
 class DefaultOSWorkflowConfigurator
          Provides a way for JIRA to configure OSWorkflow to lookup condition, validator, and post-function classes by setting the TypeResolver.
 class DefaultWorkflowSchemeManager
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.