Package | Description |
---|---|
com.github.sbugat.rundeckmonitor.wizard |
RunDeck Monitor wconfiguration wizard package.
|
Modifier and Type | Field and Description |
---|---|
private ConfigurationWizardStep |
WizardPanelDescriptor.back
Previous panel or null.
|
private ConfigurationWizardStep |
RundeckMonitorConfigurationWizard.currentStep
Current wizard step.
|
private ConfigurationWizardStep |
WizardPanelDescriptor.next
Next panel or null.
|
private ConfigurationWizardStep |
WizardPanelDescriptor.panelIdentifier
Panel identifier.
|
Modifier and Type | Field and Description |
---|---|
private Map<ConfigurationWizardStep,WizardPanelDescriptor> |
RundeckMonitorConfigurationWizard.map
Wizard steps maps.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationWizardStep |
WizardPanelDescriptor.getBack()
Return the previous wizard panel or null.
|
ConfigurationWizardStep |
WizardPanelDescriptor.getNext()
Return the next wizard panel or null.
|
ConfigurationWizardStep |
WizardPanelDescriptor.getPanelDescriptorIdentifier()
Get the panel identifier.
|
static ConfigurationWizardStep |
ConfigurationWizardStep.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationWizardStep[] |
ConfigurationWizardStep.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RundeckMonitorConfigurationWizard.setCurrentPanel(ConfigurationWizardStep id,
boolean next)
Change the current panel to a new one with validation of the current if needed.
|
Constructor and Description |
---|
MonitorConfigurationWizardPanelDescriptor(ConfigurationWizardStep backArg,
ConfigurationWizardStep nextArg,
RundeckMonitorConfiguration rundeckMonitorConfigurationArg)
Copy arguments and initialize the RunDeck monitor configuration wizard panel.
|
ProjectConfigurationWizardPanelDescriptor(ConfigurationWizardStep backArg,
ConfigurationWizardStep nextArg,
RundeckMonitorConfiguration rundeckMonitorConfigurationArg)
Copy arguments and initialize the RunDeck project configuration wizard panel.
|
RundeckConfigurationWizardPanelDescriptor(ConfigurationWizardStep backArg,
ConfigurationWizardStep nextArg,
RundeckMonitorConfiguration rundeckMonitorConfigurationArg)
Copy arguments and initialize the RunDeck configuration wizard panel.
|
WizardPanelDescriptor(ConfigurationWizardStep panelIdentifierArg,
ConfigurationWizardStep backArg,
ConfigurationWizardStep nextArg,
RundeckMonitorConfiguration rundeckMonitorConfigurationArg)
Copyr arguments to constants.
|
Copyright © 2013–2015. All rights reserved.