|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork.ActionSupport com.atlassian.bamboo.ww2.BambooActionSupport com.atlassian.bamboo.configuration.GlobalAdminAction com.atlassian.bamboo.configuration.ConfigureLog4jAction
public class ConfigureLog4jAction
Allows runtime configuration of Log4j. This class has several entry points:
Nested Class Summary | |
---|---|
static class |
ConfigureLog4jAction.LoggingConfigEntry
Represents a Log4j Config entry, corresponding to a Class or Package mapped to a Level. |
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.atlassian.bamboo.ww2.BambooActionSupport |
---|
administrationConfigurationManager, bambooPermissionManager, buildDefinitionManager, buildManager, chainManager, CONFIRM, cookieCutter, dashboardCachingManager, planManager, projectManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ConfigureLog4jAction()
|
Method Summary | |
---|---|
java.lang.String |
add()
Add a new entry to the Log4j Configuration. |
java.lang.String |
changeProfile()
|
java.lang.String |
delete()
|
java.lang.String |
execute()
|
java.util.List |
getEntries()
|
java.lang.String |
getExtraLevelName()
|
java.util.List<java.lang.String> |
getLevelTypes()
|
boolean |
isPermitted()
|
boolean |
isProfilingEnabled()
|
java.lang.String |
saveClass()
|
void |
setClassName(java.lang.String className)
|
void |
setEntries(java.util.List<ConfigureLog4jAction.LoggingConfigEntry> entries)
|
void |
setExtraClassName(java.lang.String extraClassName)
|
void |
setExtraLevelName(java.lang.String extraLevelName)
|
void |
setLevelName(java.lang.String levelName)
|
void |
setProfileName(java.lang.String profileName)
|
void |
setToDeleteName(java.lang.String toDeleteName)
|
Methods inherited from class com.atlassian.bamboo.configuration.GlobalAdminAction |
---|
getSecuredDomainObject |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, 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, getFieldErrors |
Methods inherited from interface com.atlassian.core.i18n.I18nTextProvider |
---|
getText |
Constructor Detail |
---|
public ConfigureLog4jAction()
Method Detail |
---|
public java.lang.String execute()
execute
in interface com.opensymphony.xwork.Action
execute
in class BambooActionSupport
public java.lang.String delete()
public java.lang.String saveClass()
public java.lang.String add()
public void setToDeleteName(java.lang.String toDeleteName)
public java.util.List<java.lang.String> getLevelTypes()
public void setClassName(java.lang.String className)
public void setLevelName(java.lang.String levelName)
public java.util.List getEntries()
public void setEntries(java.util.List<ConfigureLog4jAction.LoggingConfigEntry> entries)
public void setExtraClassName(java.lang.String extraClassName)
public java.lang.String getExtraLevelName()
public void setExtraLevelName(java.lang.String extraLevelName)
public void setProfileName(java.lang.String profileName)
public java.lang.String changeProfile()
public boolean isProfilingEnabled()
public boolean isPermitted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |