|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork2.ActionSupport com.atlassian.bamboo.ww2.BambooActionSupport com.atlassian.bamboo.configuration.GlobalAdminAction com.atlassian.bamboo.ww2.actions.admin.ViewBambooInternals
public class ViewBambooInternals
Action to look deeper into the Bamboo internals. Mainly for support & debugging
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.configuration.GlobalAdminAction |
---|
RESTRICTED_ADMIN_ACCESS_DENIED_ERROR |
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ViewBambooInternals()
|
Method Summary | |
---|---|
String |
doExecute()
Places the current user on the page |
BambooCacheStats |
getAclCacheStats()
|
ExecutorStats |
getEventExecutorStats()
|
EventStats |
getEventStats()
|
com.google.common.collect.Multimap<String,org.quartz.JobDetail> |
getJobDetailMultimap()
|
BambooCacheStats |
getPlanCacheStats()
|
ExecutorStats |
getPlanExecutorStats()
|
org.quartz.Scheduler |
getScheduler()
|
void |
setAclService(HibernateMutableAclService aclService)
|
void |
setEventExecutorFactory(BambooSingletonUnboundedEventExecutorFactory eventExecutorFactory)
|
void |
setEventStats(EventStats eventStats)
|
void |
setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
|
void |
setNonBlockingPlanExecutionService(NonBlockingPlanExecutionService nonBlockingPlanExecutionService)
|
void |
setScheduler(org.quartz.Scheduler scheduler)
|
Methods inherited from class com.atlassian.bamboo.configuration.GlobalAdminAction |
---|
getSecuredDomainObject |
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFormatted, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors |
Methods inherited from interface com.opensymphony.xwork2.ValidationAware |
---|
addActionMessage, addFieldError, getActionErrors, getActionMessages, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors |
Constructor Detail |
---|
public ViewBambooInternals()
Method Detail |
---|
public String doExecute() throws Exception
BambooActionSupport
doExecute
in class BambooActionSupport
Exception
- something nasty went wrongpublic com.google.common.collect.Multimap<String,org.quartz.JobDetail> getJobDetailMultimap()
public ExecutorStats getEventExecutorStats()
public BambooCacheStats getPlanCacheStats()
public org.quartz.Scheduler getScheduler()
public void setScheduler(org.quartz.Scheduler scheduler)
public void setEventExecutorFactory(BambooSingletonUnboundedEventExecutorFactory eventExecutorFactory)
public EventStats getEventStats()
public void setEventStats(EventStats eventStats)
public void setAclService(HibernateMutableAclService aclService)
public BambooCacheStats getAclCacheStats()
public ExecutorStats getPlanExecutorStats()
public void setNonBlockingPlanExecutionService(NonBlockingPlanExecutionService nonBlockingPlanExecutionService)
public void setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |