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

Packages that use Startable
com.atlassian.jira.applinks   
com.atlassian.jira.auditing   
com.atlassian.jira.bc.dataimport   
com.atlassian.jira.bc.issue.watcher   
com.atlassian.jira.cluster   
com.atlassian.jira.config   
com.atlassian.jira.config.properties   
com.atlassian.jira.config.webwork   
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.event   
com.atlassian.jira.favourites   
com.atlassian.jira.instrumentation   
com.atlassian.jira.issue.context.persistence   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.issue.label   
com.atlassian.jira.issue.link   
com.atlassian.jira.issue.security   
com.atlassian.jira.jql.operand.registry   
com.atlassian.jira.notification   
com.atlassian.jira.permission   
com.atlassian.jira.plugin   
com.atlassian.jira.plugin.webwork   
com.atlassian.jira.security.auth   
com.atlassian.jira.sharing   
com.atlassian.jira.template.velocity   
com.atlassian.jira.upgrade   
com.atlassian.jira.user   
com.atlassian.jira.user.util   
com.atlassian.jira.util   
com.atlassian.jira.util.index   
com.atlassian.jira.web.bean   
com.atlassian.jira.web.session   
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.auditing
 

Classes in com.atlassian.jira.auditing that implement Startable
 class AuditingManagerImpl
           
 

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

Classes in com.atlassian.jira.bc.dataimport that implement Startable
 class DefaultImportResultStore
           
 

Uses of Startable in com.atlassian.jira.bc.issue.watcher
 

Classes in com.atlassian.jira.bc.issue.watcher that implement Startable
 class AutoWatchService
          Service for automatically watching Issues that are created or commented on a by a user assuming they haven't disabled it in their preferences.
 

Uses of Startable in com.atlassian.jira.cluster
 

Classes in com.atlassian.jira.cluster that implement Startable
 class DefaultClusterServicesManager
          Starts and stops clustering specific services - checks to see if clustered
 

Uses of Startable in com.atlassian.jira.config
 

Classes in com.atlassian.jira.config that implement Startable
 class DefaultFeatureManager
          Default implementation of FeatureManager.
 

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

Classes in com.atlassian.jira.config.properties that implement Startable
 class ApplicationPropertiesChecker
          Checks that application properties (e.g.
 

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.dev.backdoor
 

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

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

Classes in com.atlassian.jira.favourites that implement Startable
 class CachingFavouritesStore
          Cache is keyed on userkey: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.context.persistence
 

Classes in com.atlassian.jira.issue.context.persistence that implement Startable
 class CachingFieldConfigContextPersister
          Caching decorator for FieldConfigContextPersister.
 

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

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

Classes in com.atlassian.jira.issue.security that implement Startable
 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.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 DefaultPermissionSchemeManager
          This class is used to handle Permission Schemes.
 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 JiraOsgiContainerManager
          OSGI container manager that caches service trackers.
 class JiraPluginManager
           
 

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

Classes in com.atlassian.jira.plugin.webwork that implement Startable
 class WebworkPluginSecurityServiceHelper
          This allows for the roles-required attribute to be used within plugins.
 

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

Classes in com.atlassian.jira.security.auth that implement Startable
 class AuthorisationManagerImpl
           
 

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.template.velocity
 

Classes in com.atlassian.jira.template.velocity that implement Startable
 class VelocityTemplateCache
          Caches per-template information so that we only calculate it at most once.
 

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 CachingUserHistoryStore
          Caching implementation of UserHistoryStore.
 class DefaultUserPropertyManager
           
 

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.util.index
 

Classes in com.atlassian.jira.util.index that implement Startable
 class IndexingCounterManagerImpl
           
 

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

Classes in com.atlassian.jira.web.bean that implement Startable
static class I18nBean.CachingFactory
          As the name implies: a factory that caches I18nBeans.
 

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

Classes in com.atlassian.jira.web.session that implement Startable
 class JiraSessionPluginTracker
          Acts as a condition queue so that we don't try to destroy sessions until the plugin system is up
 

Uses of Startable in com.atlassian.jira.workflow
 

Classes in com.atlassian.jira.workflow that implement Startable
 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-2014 Atlassian. All Rights Reserved.