|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.configuration.GlobalAdminAction
com.atlassian.bamboo.configuration.logs.ViewLog4jAction
com.atlassian.bamboo.configuration.logs.ConfigureLog4jAction
public class ConfigureLog4jAction
Allows runtime configuration of Log4j. This class has several entry points:
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 | |
---|---|
ConfigureLog4jAction()
|
Method Summary | |
---|---|
String |
add()
Add a new entry to the Log4j Configuration. |
String |
changeProfile()
|
String |
delete()
|
boolean |
isPermitted()
|
boolean |
isProfilingEnabled()
|
String |
save()
|
void |
setClassName(String className)
|
void |
setExtraClassName(String extraClassName)
|
void |
setExtraLevelName(String extraLevelName)
|
void |
setLevelName(String levelName)
|
void |
setProfileName(String profileName)
|
void |
setToDeleteName(String toDeleteName)
|
Methods inherited from class com.atlassian.bamboo.configuration.logs.ViewLog4jAction |
---|
execute, getEntries, getExtraLevelName, getLevelTypes, setEntries, setupEntries |
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 ConfigureLog4jAction()
Method Detail |
---|
public String delete()
public String save()
public String add()
public void setToDeleteName(String toDeleteName)
public void setClassName(String className)
public void setLevelName(String levelName)
public void setExtraClassName(String extraClassName)
public void setExtraLevelName(String extraLevelName)
public void setProfileName(String profileName)
public String changeProfile()
public boolean isProfilingEnabled()
public boolean isPermitted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |