public class

CronExpressionGeneratorAction

extends BambooActionSupport
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.ww2.actions.CronExpressionGeneratorAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
CronExpressionGeneratorAction()
Public Methods
CronEditorBean getBeanFromCronExpression(String backupCronExpression)
BambooCronEditorBean getCronEditorBean()
String getCronExpression()
@NotNull JSONObject getJsonObject()
This is default property read by webwork for webwork's result type "json".@return
void setCronEditorBean(BambooCronEditorBean cronEditorBean)
void setCronExpression(String cronExpression)
void validate()
[Expand]
Inherited Methods
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject

Public Constructors

public CronExpressionGeneratorAction ()

Public Methods

public CronEditorBean getBeanFromCronExpression (String backupCronExpression)

public BambooCronEditorBean getCronEditorBean ()

public String getCronExpression ()

@NotNull public JSONObject getJsonObject ()

This is default property read by webwork for webwork's result type "json".@return

Throws
JSONException

public void setCronEditorBean (BambooCronEditorBean cronEditorBean)

public void setCronExpression (String cronExpression)

public void validate ()