Class ViewBambooInternals

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalAdminSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ViewBambooInternals extends GlobalAdminAction
Action to look deeper into the Bamboo internals. Mainly for support & debugging
See Also:
  • Constructor Details

    • ViewBambooInternals

      public ViewBambooInternals()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • getJobDetailMultimap

      public com.google.common.collect.Multimap<String,org.quartz.JobDetail> getJobDetailMultimap()
    • getEventExecutorStats

      public ExecutorStats getEventExecutorStats()
    • getPlanCacheStats

      public BambooCacheStats getPlanCacheStats()
    • getScheduler

      public org.quartz.Scheduler getScheduler()
    • setScheduler

      public void setScheduler(org.quartz.Scheduler scheduler)
    • setEventExecutorFactory

      public void setEventExecutorFactory(BambooSingletonUnboundedEventExecutorFactory eventExecutorFactory)
    • getEventStats

      public EventStats getEventStats()
    • setEventStats

      public void setEventStats(EventStats eventStats)
    • setAclService

      public void setAclService(HibernateMutableAclService aclService)
    • getAclCacheStats

      public BambooCacheStats getAclCacheStats()
    • getPlanExecutorStats

      public ExecutorStats getPlanExecutorStats()
    • setNonBlockingPlanExecutionService

      public void setNonBlockingPlanExecutionService(NonBlockingPlanExecutionService nonBlockingPlanExecutionService)
    • setImmutablePlanCacheService

      public void setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)