public final class MonitorConfigurationWizardPanelDescriptor extends WizardPanelDescriptor
| Modifier and Type | Field and Description |
|---|---|
private Container |
container
Main container.
|
private JComboBox<DateFormat> |
rundeckMonitorDateFormat
Date format input.
|
private JComboBox<FailedJobsNumber> |
rundeckMonitorFailedJobNumber
Number of displayed failed jobs input.
|
private JComboBox<InterfaceType> |
rundeckMonitorInterfaceType
Interface type input.
|
private JComboBox<JobTabRedirection> |
rundeckMonitorJobTabRedirection
Open a job redirection input.
|
private JComboBox<LateExecutionThreshold> |
rundeckMonitorLateExecutionThreshold
Late threshold input.
|
private JTextField |
rundeckMonitorName
RunDeck monitor name input.
|
private JComboBox<RefreshDelay> |
rundeckMonitorRefreshDelay
Refresh delay input.
|
| Constructor and Description |
|---|
MonitorConfigurationWizardPanelDescriptor(ConfigurationWizardStep backArg,
ConfigurationWizardStep nextArg,
RundeckMonitorConfiguration rundeckMonitorConfigurationArg)
Copy arguments and initialize the RunDeck monitor configuration wizard panel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToDisplayPanel()
Refresh the panel with possible values.
|
Component |
getPanelComponent()
Return the main panel component.
|
boolean |
validate()
Validate the RunDeck monitor panel inputs.
|
getBack, getNext, getPanelDescriptorIdentifier, getRundeckMonitorConfigurationprivate final Container container
private final JTextField rundeckMonitorName
private final JComboBox<RefreshDelay> rundeckMonitorRefreshDelay
private final JComboBox<LateExecutionThreshold> rundeckMonitorLateExecutionThreshold
private final JComboBox<FailedJobsNumber> rundeckMonitorFailedJobNumber
private final JComboBox<DateFormat> rundeckMonitorDateFormat
private final JComboBox<JobTabRedirection> rundeckMonitorJobTabRedirection
private final JComboBox<InterfaceType> rundeckMonitorInterfaceType
public MonitorConfigurationWizardPanelDescriptor(ConfigurationWizardStep backArg, ConfigurationWizardStep nextArg, RundeckMonitorConfiguration rundeckMonitorConfigurationArg)
backArg - previous panelnextArg - next panelrundeckMonitorConfigurationArg - RunDeck monitor common configurationpublic Component getPanelComponent()
getPanelComponent in class WizardPanelDescriptorpublic void aboutToDisplayPanel()
aboutToDisplayPanel in class WizardPanelDescriptorpublic boolean validate()
validate in class WizardPanelDescriptorCopyright © 2013–2015. All rights reserved.