public class

ViewBambooInternals

extends GlobalAdminAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.configuration.GlobalAdminAction
         ↳ com.atlassian.bamboo.ww2.actions.admin.ViewBambooInternals

Class Overview

Action to look deeper into the Bamboo internals. Mainly for support & debugging

Summary

[Expand]
Inherited Constants
From class com.atlassian.bamboo.configuration.GlobalAdminAction
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ViewBambooInternals()
Public Methods
String doExecute()
Places the current user on the page
BambooCacheStats getAclCacheStats()
BambooCacheStats getBuildDefinitionCacheStats()
ExecutorStats getEventExecutorStats()
EventStats getEventStats()
Multimap<String, JobDetail> getJobDetailMultimap()
BambooCacheStats getPlanCacheStats()
ExecutorStats getPlanExecutorStats()
Scheduler getScheduler()
void setAclService(HibernateMutableAclService aclService)
void setEventExecutorFactory(BambooSingletonUnboundedEventExecutorFactory eventExecutorFactory)
void setEventStats(EventStats eventStats)
void setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
void setNonBlockingPlanExecutionService(NonBlockingPlanExecutionService nonBlockingPlanExecutionService)
void setScheduler(Scheduler scheduler)
[Expand]
Inherited Methods
From class com.atlassian.bamboo.configuration.GlobalAdminAction
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject

Public Constructors

public ViewBambooInternals ()

Public Methods

public String doExecute ()

Places the current user on the page

Returns
  • webwork success status
Throws
Exception

public BambooCacheStats getAclCacheStats ()

public BambooCacheStats getBuildDefinitionCacheStats ()

public ExecutorStats getEventExecutorStats ()

public EventStats getEventStats ()

public Multimap<String, JobDetail> getJobDetailMultimap ()

public BambooCacheStats getPlanCacheStats ()

public ExecutorStats getPlanExecutorStats ()

public Scheduler getScheduler ()

public void setAclService (HibernateMutableAclService aclService)

public void setEventExecutorFactory (BambooSingletonUnboundedEventExecutorFactory eventExecutorFactory)

public void setEventStats (EventStats eventStats)

public void setImmutablePlanCacheService (ImmutablePlanCacheService immutablePlanCacheService)

public void setNonBlockingPlanExecutionService (NonBlockingPlanExecutionService nonBlockingPlanExecutionService)

public void setScheduler (Scheduler scheduler)