Modifier and Type | Method and Description |
---|---|
CronEditorBean |
EditService.getCronEditorBean() |
CronEditorBean |
ViewServices.getCronEditorBean() |
Modifier and Type | Method and Description |
---|---|
void |
ViewServices.setCronEditorBean(CronEditorBean cronEditorBean) |
Modifier and Type | Method and Description |
---|---|
CronEditorBean |
EditIndexRecoverySettings.getCronEditorBean() |
Modifier and Type | Method and Description |
---|---|
CronEditorBean |
EditSubscription.getCronEditorBean() |
Modifier and Type | Method and Description |
---|---|
String |
CronEditorWebComponent.getCronExpressionFromInput(CronEditorBean cronEditorBean)
This is a utility method that will process the parameters that the view put into the form and create a cron
string from the inputs.
|
String |
CronEditorWebComponent.getHtml(CronEditorBean cronEditorBean,
I18nHelper i18n,
String paramPrefix,
String errorMessage)
Will produce HTML inputs for selecting a time period that will be represented by a cron string.
|
String |
CronEditorWebComponent.getHtml(CronEditorBean cronEditorBean,
String paramPrefix)
Will produce HTML inputs for selecting a time period that will be represented by a cron string.
|
String |
CronEditorWebComponent.getHtml(CronEditorBean cronEditorBean,
String paramPrefix,
String errorMessage)
Will produce HTML inputs for selecting a time period that will be represented by a cron string.
|
ErrorCollection |
CronEditorWebComponent.validateInput(CronEditorBean cronEditorBean,
String fieldName) |
Modifier and Type | Method and Description |
---|---|
String |
CronExpressionGenerator.getCronExpressionFromInput(CronEditorBean cronEditorBean)
This is a utility method that will process the parameters that the view put into the form and create a
cron string from the inputs.
|
long |
CronIntervalGenerator.getDelayFromInput(CronEditorBean cronEditorBean)
This is a utility method that will process the parameters that the view put into the form and calculate an
approx delay from the inputs.
|
String |
CronExpressionDescriptor.getPrettySchedule(CronEditorBean bean)
Renders a nice locale-specific and human readable description of the given
cronEditorBean's schedule or, if this can't be understood, the underlying
cron expression.
|
Modifier and Type | Method and Description |
---|---|
CronEditorBean |
CronExpressionParser.getCronEditorBean()
Will provide the
CronEditorBean which represents the state of the
form for the configured cron string. |
Copyright © 2002-2022 Atlassian. All Rights Reserved.