|
||||||||||
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.build.expiry.BuildExpiryAction
public class BuildExpiryAction
This class implements the BuildExpiryConfig web page behaviour.
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.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 | |
---|---|
BuildExpiryAction()
|
Method Summary | |
---|---|
java.lang.String |
doAdd()
|
java.lang.String |
doEdit()
|
java.lang.String |
doExecute()
Places the current user on the page |
java.lang.String |
doRead()
|
java.lang.String |
doRun()
|
BuildExpiryConfig |
getBuildExpiryConfig()
|
java.util.List |
getBuildExpiryTypes()
|
ExpiryCustomObjectContainer |
getCustom()
|
java.lang.String |
getDefaultCronExpression()
|
java.lang.String |
getPrettyCronExpression(java.lang.String cronExpression)
|
java.lang.Object |
getSecuredDomainObject()
|
org.quartz.Trigger |
getTrigger()
|
void |
setBuildExpiryBean(BuildExpiryBean buildExpiryBean)
|
void |
setBuildExpiryConfig(BuildExpiryConfig buildExpiryConfig)
|
void |
setBuildExpiryScheduler(BuildExpiryScheduler buildExpiryScheduler)
|
void |
setCustom(ExpiryCustomObjectContainer custom)
|
void |
validate()
|
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 |
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 BuildExpiryAction()
Method Detail |
---|
public void validate()
validate
in interface com.opensymphony.xwork.Validateable
validate
in class com.opensymphony.xwork.ActionSupport
public java.lang.String doRead() throws java.lang.Exception
java.lang.Exception
public java.lang.String doRun() throws java.lang.Exception
java.lang.Exception
public java.lang.String doAdd() throws java.lang.Exception
java.lang.Exception
public java.lang.String doEdit() throws java.lang.Exception
java.lang.Exception
public java.lang.String doExecute() throws java.lang.Exception
BambooActionSupport
doExecute
in class BambooActionSupport
java.lang.Exception
- something nasty went wrongpublic java.lang.String getPrettyCronExpression(java.lang.String cronExpression)
@Nullable public org.quartz.Trigger getTrigger()
public java.util.List getBuildExpiryTypes()
public java.lang.String getDefaultCronExpression()
public ExpiryCustomObjectContainer getCustom()
public void setCustom(ExpiryCustomObjectContainer custom)
public BuildExpiryConfig getBuildExpiryConfig()
public void setBuildExpiryConfig(BuildExpiryConfig buildExpiryConfig)
public void setBuildExpiryBean(BuildExpiryBean buildExpiryBean)
public void setBuildExpiryScheduler(BuildExpiryScheduler buildExpiryScheduler)
public java.lang.Object getSecuredDomainObject()
getSecuredDomainObject
in interface DomainObjectSecurityAware
getSecuredDomainObject
in class BambooActionSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |