|
||||||||||
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.ww2.actions.admin.QuarantineSettingsAction
public class QuarantineSettingsAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary | |
---|---|
static org.joda.time.format.PeriodFormatter |
PERIOD_FORMATTER
|
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 | |
---|---|
QuarantineSettingsAction()
|
Method Summary | |
---|---|
String |
execute()
|
String |
getCronExpression()
|
int |
getExpiryDuration()
|
String |
getExpiryPeriod()
|
String |
input()
|
boolean |
isEnabled()
|
boolean |
isExpiryOverridable()
|
void |
prepare()
|
void |
setCronExpression(String cronExpression)
|
void |
setEnabled(boolean enabled)
|
void |
setExpiryDuration(int expiryDuration)
|
void |
setExpiryOverridable(boolean expiryOverridable)
|
void |
setExpiryPeriod(String expiryPeriod)
|
void |
setQuarantineExpiryCleanupScheduler(QuarantineExpiryCleanupScheduler quarantineExpiryCleanupScheduler)
|
void |
validate()
|
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 |
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 |
Field Detail |
---|
public static final org.joda.time.format.PeriodFormatter PERIOD_FORMATTER
Constructor Detail |
---|
public QuarantineSettingsAction()
Method Detail |
---|
public void prepare() throws Exception
prepare
in interface com.opensymphony.xwork2.Preparable
Exception
public void validate()
validate
in interface com.opensymphony.xwork2.Validateable
validate
in class com.opensymphony.xwork2.ActionSupport
public String input() throws Exception
input
in class BambooActionSupport
Exception
public String execute() throws Exception
execute
in interface com.opensymphony.xwork2.Action
execute
in class BambooActionSupport
Exception
public void setQuarantineExpiryCleanupScheduler(QuarantineExpiryCleanupScheduler quarantineExpiryCleanupScheduler)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public int getExpiryDuration()
public void setExpiryDuration(int expiryDuration)
public String getExpiryPeriod()
public void setExpiryPeriod(String expiryPeriod)
public boolean isExpiryOverridable()
public void setExpiryOverridable(boolean expiryOverridable)
public String getCronExpression()
public void setCronExpression(String cronExpression)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |