A B C D E F G H I J K L M N O P R S T U V W 

A

aboutListener - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
About menu listener.
aboutToDisplayPanel() - Method in class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
Refresh the panel with possible values.
aboutToDisplayPanel() - Method in class com.github.sbugat.rundeckmonitor.wizard.ProjectConfigurationWizardPanelDescriptor
 
aboutToDisplayPanel() - Method in class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
Method called before diplaying a panel for dynamic content update.
accessUrlPrefix - Variable in enum com.github.sbugat.rundeckmonitor.wizard.JobTabRedirection
First poart of the opened URL.
accessUrlSuffix - Variable in enum com.github.sbugat.rundeckmonitor.wizard.JobTabRedirection
Last part of the openened URL.

B

back - Variable in class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
Previous panel or null.
BACK_BUTTON_LABEL - Static variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Back button label.
backButton - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Back/previous step button of the wizard.
BIN_DIRECTORY_AND_JAVA - Static variable in class com.github.sbugat.rundeckmonitor.VersionChecker
bin subdirectory and java executable.
buildMinimalRundeckClient(RundeckMonitorConfiguration) - Static method in class com.github.sbugat.rundeckmonitor.tools.RundeckClientTools
Build a minimal Rundeck client with the argument configuration to test connection and authentication.
buildRundeckClient(RundeckMonitorConfiguration) - Static method in class com.github.sbugat.rundeckmonitor.tools.RundeckClientTools
Build a Rundeck client with the argument configuration.
buildRundeckClient(int, RundeckMonitorConfiguration) - Static method in class com.github.sbugat.rundeckmonitor.tools.RundeckClientTools
Build a Rundeck client with the API version and configuration arguments.

C

CANCEL_BUTTON_LABEL - Static variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Cancel button label.
cardLayout - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Wizard main card layout for steps.
cardPanel - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Wizard main panel.
checkMandatoryStringProperty(String, String) - Static method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Check a property value.
checkNewConfiguration(Date) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Check if the configuration file has been modified and reload it if needed.
cleanOldAndTemporaryJar() - Method in class com.github.sbugat.rundeckmonitor.VersionChecker
Clean the old jar and any existing temporary file.
com.github.sbugat.rundeckmonitor - package com.github.sbugat.rundeckmonitor
RunDeck Monitor main package.
com.github.sbugat.rundeckmonitor.configuration - package com.github.sbugat.rundeckmonitor.configuration
RunDeck Monitor configuration package.
com.github.sbugat.rundeckmonitor.tools - package com.github.sbugat.rundeckmonitor.tools
RunDeck Monitor commons tools package.
com.github.sbugat.rundeckmonitor.wizard - package com.github.sbugat.rundeckmonitor.wizard
RunDeck Monitor wconfiguration wizard package.
configurationListener - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Edit configuration listener.
ConfigurationWizardStep - Enum in com.github.sbugat.rundeckmonitor.wizard
Steps of the configuration wizard.
ConfigurationWizardStep() - Constructor for enum com.github.sbugat.rundeckmonitor.wizard.ConfigurationWizardStep
 
container - Variable in class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
Main container.
container - Variable in class com.github.sbugat.rundeckmonitor.wizard.ProjectConfigurationWizardPanelDescriptor
Main container.
container - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckConfigurationWizardPanelDescriptor
Main container of the panel.
currentJar() - Method in class com.github.sbugat.rundeckmonitor.VersionChecker
Return the current executed jar.
currentStep - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Current wizard step.

D

dateDelta - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Time zone difference between local machine and rundeck server to correctly detect late execution.
dateFormat - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Displayed date format.
DateFormat - Enum in com.github.sbugat.rundeckmonitor.wizard
Possible standard date format for the wizard.
DateFormat(String) - Constructor for enum com.github.sbugat.rundeckmonitor.wizard.DateFormat
Enumeration constructor with an example of the format with the system date.
dateFormat - Variable in enum com.github.sbugat.rundeckmonitor.wizard.DateFormat
Date format to use.
delay - Variable in enum com.github.sbugat.rundeckmonitor.wizard.RefreshDelay
Refresh delay.
deleteJar(Path) - Static method in class com.github.sbugat.rundeckmonitor.VersionChecker
Delete a jar file.
description - Variable in class com.github.sbugat.rundeckmonitor.JobExecutionInfo
Rundeck job description.
description - Variable in enum com.github.sbugat.rundeckmonitor.wizard.JobTabRedirection
Description for configuration.
description - Variable in enum com.github.sbugat.rundeckmonitor.wizard.LateExecutionThreshold
Translation in minutes/hours of the late execution threshold.
description - Variable in enum com.github.sbugat.rundeckmonitor.wizard.RefreshDelay
Translation in seconds/minutes of the delay.
desktop - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Desktop to get the default browser.
dialog - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorAWTTrayIcon.RundeckMonitorAWTListenerAdapter
Diaglo linked to this custom listener/adapter.
disableVersionChecker() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Disable the version checker.
disconnected - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorState
Disconnected flag.
disposeTrayIcon() - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
remove the RundeckMonitor icon from the system tray.
downloadDone - Variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Indicate if the download is completed.
downloadedJar - Variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Name of the downloaded jar.
downloadFile(InputStream, String) - Static method in class com.github.sbugat.rundeckmonitor.VersionChecker
Download a file/URL and write it to a destination file.

E

EnvironmentTools - Class in com.github.sbugat.rundeckmonitor.tools
Tools class to detect Operating System type.
EnvironmentTools() - Constructor for class com.github.sbugat.rundeckmonitor.tools.EnvironmentTools
Private constructor to prevent Instantiating.
example - Variable in enum com.github.sbugat.rundeckmonitor.wizard.DateFormat
Example of the current date to display.
executionId - Variable in class com.github.sbugat.rundeckmonitor.JobExecutionInfo
RunDeck execution id.
exit(int) - Static method in class com.github.sbugat.rundeckmonitor.tools.SystemTools
Log and call System.exit method.
EXIT_CODE_ERROR - Static variable in class com.github.sbugat.rundeckmonitor.tools.SystemTools
Error return code.
EXIT_CODE_OK - Static variable in class com.github.sbugat.rundeckmonitor.tools.SystemTools
Normal return code.
EXIT_CODE_TRAY_ICON_ERROR - Static variable in class com.github.sbugat.rundeckmonitor.tools.SystemTools
tray icon initialization error return code.
EXIT_CODE_TRAY_ICON_UNSUPPORTED - Static variable in class com.github.sbugat.rundeckmonitor.tools.SystemTools
Unsupported tray icon by the system return code.
exitListener - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Exit menu listener.

F

failedJobNumber - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Number of displayed failed jobs.
failedJobs - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorState
Failed jobs flag.
FailedJobsNumber - Enum in com.github.sbugat.rundeckmonitor.wizard
Possible value of possible failed and late jobs numbers for the wizard.
FailedJobsNumber(int) - Constructor for enum com.github.sbugat.rundeckmonitor.wizard.FailedJobsNumber
Copy the failed job number argument.
failedJobsNumber - Variable in enum com.github.sbugat.rundeckmonitor.wizard.FailedJobsNumber
Number of failed/late jobs to display.
failedMenuItems - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorAWTTrayIcon
MenuItem for lasts late/failed jobs.
failedMenuItems - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorSwingTrayIcon
MenuItem for lasts late/failed jobs.
findAndDownloadReleaseJar(RepositoryTag, boolean) - Method in class com.github.sbugat.rundeckmonitor.VersionChecker
Find a jar in release and if it is a newer version, ask to download it.
FINISH_BUTTON_LABEL - Static variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Finish button label.

G

getAccessUrlPrefix() - Method in enum com.github.sbugat.rundeckmonitor.wizard.JobTabRedirection
get the URL prefix.
getAccessUrlSuffix() - Method in enum com.github.sbugat.rundeckmonitor.wizard.JobTabRedirection
Get the URL suffix.
getBack() - Method in class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
Return the previous wizard panel or null.
getBooleanProperty(Properties, String, boolean) - Static method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Get an optional boolean property.
getDateFormat() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck monitor date format.
getDateFormat() - Method in enum com.github.sbugat.rundeckmonitor.wizard.DateFormat
Get the date format.
getDelay() - Method in enum com.github.sbugat.rundeckmonitor.wizard.RefreshDelay
Get the refresh delay.
getDescription() - Method in class com.github.sbugat.rundeckmonitor.JobExecutionInfo
Return the RunDeck job description.
getExecutionId() - Method in class com.github.sbugat.rundeckmonitor.JobExecutionInfo
Return the RunDeck execution identifier.
getFailedJobNumber() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck monitor failed job number.
getFailedJobsNumber() - Method in enum com.github.sbugat.rundeckmonitor.wizard.FailedJobsNumber
Get the failed job number.
getIntegerProperty(Properties, String, int) - Static method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Get an optional integer property.
getInterfaceType() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck monitor GUI type.
getInterfaceType() - Method in enum com.github.sbugat.rundeckmonitor.wizard.InterfaceType
return the String to display for this interface type.
getJavaExecutable() - Static method in class com.github.sbugat.rundeckmonitor.VersionChecker
Get the java executable.
getJobTabRedirection() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck monitor job tab redirection.
getLateThreshold() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck monitor late threshold.
getNext() - Method in class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
Return the next wizard panel or null.
getPanelComponent() - Method in class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
Return the main panel component.
getPanelComponent() - Method in class com.github.sbugat.rundeckmonitor.wizard.ProjectConfigurationWizardPanelDescriptor
 
getPanelComponent() - Method in class com.github.sbugat.rundeckmonitor.wizard.RundeckConfigurationWizardPanelDescriptor
 
getPanelComponent() - Method in class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
Get the main component of a panel.
getPanelDescriptorIdentifier() - Method in class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
Get the panel identifier.
getProjectName() - Method in exception com.github.sbugat.rundeckmonitor.configuration.UnknownProjectException
Get the unknown project name.
getProperty() - Method in exception com.github.sbugat.rundeckmonitor.configuration.InvalidPropertyException
Get the property name.
getProperty() - Method in exception com.github.sbugat.rundeckmonitor.configuration.MissingPropertyException
Get the missing property name.
getPropertyValue() - Method in exception com.github.sbugat.rundeckmonitor.configuration.InvalidPropertyException
Get the property value.
getRefreshDelay() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck monitor refresh delay.
getRundeckAPIKey() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck API key.
getRundeckAPIversion() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck monitor API version.
getRundeckLogin() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck login.
getRundeckMonitorConfiguration() - Method in class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
Get the RunDeck monitor main configuration.
getRundeckMonitorName() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck monitor name.
getRundeckPassword() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck paswword.
getRundeckProject() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck project.
getRundeckUrl() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck URL.
getRundeckVersion() - Method in exception com.github.sbugat.rundeckmonitor.tools.InvalidRundeckVersion
Get the invalid Rundeck version.
getSinceReturnVersion() - Method in enum com.github.sbugat.rundeckmonitor.wizard.RundeckAPIVersion
Get the first RunDeck version using this API version.
getSinceRundeckVersion() - Method in enum com.github.sbugat.rundeckmonitor.wizard.JobTabRedirection
Get the first version.
getStartedAt() - Method in class com.github.sbugat.rundeckmonitor.JobExecutionInfo
Return the RunDeck execution starting date.
getThreshold() - Method in enum com.github.sbugat.rundeckmonitor.wizard.LateExecutionThreshold
Get the threshold.
getVersion() - Method in enum com.github.sbugat.rundeckmonitor.wizard.RundeckAPIVersion
Get the API version.
gitHubRepository - Variable in class com.github.sbugat.rundeckmonitor.VersionChecker
GitHub repository.
gitHubUser - Variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Root URL of the GitHub project to update.

H

handleStartupException(Exception, boolean) - Static method in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Rundeck launcher exception handler, display an error message based on the argument exception.
HIDDEN_DIALOG_SIZE - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorAWTTrayIcon
Size of the hidden dialog box for auto-hide popup-menu when unfocus tray icon.
hiddenDialog - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Dialog to auto-hade the popup menu.

I

ICON_KO_SMALL - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
 
ICON_LATE_SMALL - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
 
IMAGE_DISCONNECTED - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Disconnected from rundeck image.
IMAGE_KO - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
KO image when a job has failed.
IMAGE_KO_LATE - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
KO image when a job has failed and a job seems to be blocked.
IMAGE_LATE - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
WARNING image when a job seems to be blocked.
IMAGE_OK - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
OK image.
initComponents(boolean) - Method in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Initialize the main card panel and listeners.
initRundeckClient() - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Check the configuration and initialize a new rundeck client.
interfaceType - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Type of GUI interface used.
InterfaceType - Enum in com.github.sbugat.rundeckmonitor.wizard
Possible value of Java interface type.
InterfaceType(String) - Constructor for enum com.github.sbugat.rundeckmonitor.wizard.InterfaceType
Type of a GUI interface.
interfaceType - Variable in enum com.github.sbugat.rundeckmonitor.wizard.InterfaceType
Displayed String of an interface type.
InvalidPropertyException - Exception in com.github.sbugat.rundeckmonitor.configuration
Exception to use when a property is invalid (value type mismatch or value mismatch).
InvalidPropertyException(String, String) - Constructor for exception com.github.sbugat.rundeckmonitor.configuration.InvalidPropertyException
Constructor copy property name and his value.
InvalidRundeckVersion - Exception in com.github.sbugat.rundeckmonitor.tools
Exception to use when the detected Rundeck version is invalid.
InvalidRundeckVersion(String) - Constructor for exception com.github.sbugat.rundeckmonitor.tools.InvalidRundeckVersion
Constructor copy detected Rundeck version.
isDisconnected() - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorState
Get the disconnected flag.
isDownloadDone() - Method in class com.github.sbugat.rundeckmonitor.VersionChecker
Get the download status.
isFailedJobs() - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorState
Get the failed flag.
isLateJobs() - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorState
Get the long/late flag.
isLongExecution() - Method in class com.github.sbugat.rundeckmonitor.JobExecutionInfo
Return the long execution flag.
isNewJob() - Method in class com.github.sbugat.rundeckmonitor.JobExecutionInfo
Return the new execution flag.
isversionCheckerDisabled() - Method in class com.github.sbugat.rundeckmonitor.VersionChecker
Get the state of the version checker.
isVersionCheckerEnabled() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Return the RunDeck monitor version checker flag.
isWindows() - Static method in class com.github.sbugat.rundeckmonitor.tools.EnvironmentTools
Check if the operating system is a windows based on a property, otherwise it's a Linux/Mac-OS.

J

JAR_ARGUMENT - Static variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Jar argument for java reloading.
JAR_EXTENSION - Static variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Jar extension.
jarWithDependenciesSuffix - Variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Suffix of the full jar including all dependencies.
JAVA_HOME_PROPERTY - Static variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Java home property.
JobExecutionInfo - Class in com.github.sbugat.rundeckmonitor
A runDeck execution information class.
JobExecutionInfo(Long, Date, String, boolean, boolean) - Constructor for class com.github.sbugat.rundeckmonitor.JobExecutionInfo
Constructor to copy all arguments into new JobExecutionInfo object.
jobTabRedirection - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Job tab redirection.
JobTabRedirection - Enum in com.github.sbugat.rundeckmonitor.wizard
Enumeration of possible execution default redirection.
JobTabRedirection(String, String, String, String) - Constructor for enum com.github.sbugat.rundeckmonitor.wizard.JobTabRedirection
Copy all arguments.

K

knownFailedExecutionIds - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Set for all known failed execution identifiers.
knownLateExecutionIds - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Set for all known late execution identifiers.

L

LateExecutionThreshold - Enum in com.github.sbugat.rundeckmonitor.wizard
Possible value of the late execution threshold for the wizard.
LateExecutionThreshold(int, String) - Constructor for enum com.github.sbugat.rundeckmonitor.wizard.LateExecutionThreshold
Copy arguments to constants.
lateJobs - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorState
Late/long jobs flag.
lateThreshold - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Threshold for detecting long execution.
loadConfigurationPropertieFile() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Load configuration.
LOG - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitor
SLF4J XLogger.
LOG - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorAboutDialog
 
LOG - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
SLF4J XLogger.
LOG - Static variable in class com.github.sbugat.rundeckmonitor.tools.EnvironmentTools
SLF4J XLogger.
LOG - Static variable in class com.github.sbugat.rundeckmonitor.tools.RundeckClientTools
SLF4J XLogger.
LOG - Static variable in class com.github.sbugat.rundeckmonitor.tools.SystemTools
SLF4J XLogger.
LOG - Static variable in class com.github.sbugat.rundeckmonitor.VersionChecker
SLF4J XLogger.
LONG_EXECUTION_MARKER - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Marker on the job when it is too long.
longExecution - Variable in class com.github.sbugat.rundeckmonitor.JobExecutionInfo
Flag for a long execution.

M

main(String[]) - Static method in class com.github.sbugat.rundeckmonitor.RundeckMonitor
RundeckMonitor main method.
main(String[]) - Static method in class com.github.sbugat.rundeckmonitor.RundeckMonitorAboutDialog
 
map - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Wizard steps maps.
mavenArtifactId - Variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Maven artifact identifier.
menuListener - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Menu failed item listener.
MissingPropertyException - Exception in com.github.sbugat.rundeckmonitor.configuration
Exception to use when a mandatory property is missing.
MissingPropertyException(String) - Constructor for exception com.github.sbugat.rundeckmonitor.configuration.MissingPropertyException
Constructor copy the missing property name.
MonitorConfigurationWizardPanelDescriptor - Class in com.github.sbugat.rundeckmonitor.wizard
RunDeck monitor wizard panel.
MonitorConfigurationWizardPanelDescriptor(ConfigurationWizardStep, ConfigurationWizardStep, RundeckMonitorConfiguration) - Constructor for class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
Copy arguments and initialize the RunDeck monitor configuration wizard panel.
mouseReleased(MouseEvent) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorAWTTrayIcon.RundeckMonitorAWTListenerAdapter
 

N

NEW_FAILED_JOB_ALERT - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Alert message when a new failed job is detected.
NEW_LONG_EXECUTION_ALERT - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Alert message when a new long execution is detected.
newFailedProcess - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Already known failed process.
newJob - Variable in class com.github.sbugat.rundeckmonitor.JobExecutionInfo
Flag to mark the execution as already known.
newLateProcess - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Already known late/long process.
next - Variable in class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
Next panel or null.
NEXT_BUTTON_LABEL - Static variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Next button label.
nextButton - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Next step button of the wizard.

O

ONE_MEGABYTE - Static variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Precalculated one megabyte for indicating download size.
ONE_SECOND - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitor
One second in mille-seconds.
openBrowser(JobExecutionInfo) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Open a browser page using the default browser to a job execution.
OS_NAME_PROPERTY - Static variable in class com.github.sbugat.rundeckmonitor.tools.EnvironmentTools
Windows OS name property.

P

panelIdentifier - Variable in class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
Panel identifier.
popupMenu - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorAWTTrayIcon
Tray Icon menu.
popupMenu - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorSwingTrayIcon
Tray Icon menu.
ProjectConfigurationWizardPanelDescriptor - Class in com.github.sbugat.rundeckmonitor.wizard
Project wizard panel.
ProjectConfigurationWizardPanelDescriptor(ConfigurationWizardStep, ConfigurationWizardStep, RundeckMonitorConfiguration) - Constructor for class com.github.sbugat.rundeckmonitor.wizard.ProjectConfigurationWizardPanelDescriptor
Copy arguments and initialize the RunDeck project configuration wizard panel.
projectName - Variable in exception com.github.sbugat.rundeckmonitor.configuration.UnknownProjectException
Name of the unknown project.
propertiesFileExists() - Static method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Check if the configuration file exists and is readable.
propertiesFileUpdated(Date) - Static method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Check if the configuration file has been updated.
property - Variable in exception com.github.sbugat.rundeckmonitor.configuration.InvalidPropertyException
Name of the invalid property.
property - Variable in exception com.github.sbugat.rundeckmonitor.configuration.MissingPropertyException
Name of the missing property.
propertyValue - Variable in exception com.github.sbugat.rundeckmonitor.configuration.InvalidPropertyException
Value of the invalid property.

R

refreshDelay - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Delay between 2 refresh of rundeck's data.
RefreshDelay - Enum in com.github.sbugat.rundeckmonitor.wizard
Possible value of the refresh delay for the wizard.
RefreshDelay(int, String) - Constructor for enum com.github.sbugat.rundeckmonitor.wizard.RefreshDelay
RefreshDelay constructor copye arguments into constant values.
registerWizardPanel(WizardPanelDescriptor) - Method in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Add a new wizard panel to the wizard.
reloadConfiguration() - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Reload the configuration file and update the RunDeck Moinitor with new datas.
reloadConfiguration() - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorAWTTrayIcon
Called when configuration is reloaded, clear all menu items and reinitialize action listeners.
reloadConfiguration() - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorSwingTrayIcon
Called when configuration is reloaded, clear all menu items and reinitialize action listeners.
reloadConfiguration() - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Called when configuration is reloaded, clear all known process and reinitialize the tooltip.
resetVersionCheckerDisabled() - Method in class com.github.sbugat.rundeckmonitor.VersionChecker
Enable the version checker.
restart() - Method in class com.github.sbugat.rundeckmonitor.VersionChecker
Restart the RunDeck monitor and use the newer jar file.
run() - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitor
RundeckMonitor background process method executing the main loop.
run() - Method in class com.github.sbugat.rundeckmonitor.VersionChecker
Background thread launched to check the version on GitHub.
RUNDECK_JOB_EXECUTION_URL - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
URL to access job execution details.
RUNDECK_MONITOR_PROJECT_URL - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
GitHub Project URL.
RUNDECK_MONITOR_PROPERTIES_FILE - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Configuration file name.
RUNDECK_MONITOR_PROPERTY_API_KEY - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck API key property name.
RUNDECK_MONITOR_PROPERTY_API_VERSION - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor API version property name.
RUNDECK_MONITOR_PROPERTY_API_VERSION_DEFAULT_VALUE - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor API version default value.
RUNDECK_MONITOR_PROPERTY_DATE_FORMAT - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor date format property name.
RUNDECK_MONITOR_PROPERTY_DATE_FORMAT_DEFAULT_VALUE - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor date format default value.
RUNDECK_MONITOR_PROPERTY_DISABLE_VERSION_CHECKER - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor version checker property name.
RUNDECK_MONITOR_PROPERTY_DISABLE_VERSION_CHECKER_DEFAULT_VALUE - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor version checker default value.
RUNDECK_MONITOR_PROPERTY_EXECUTION_LATE_THRESHOLD - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor late threshold property name.
RUNDECK_MONITOR_PROPERTY_EXECUTION_LATE_THRESHOLD_DEFAULT_VALUE - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor late threshold default value.
RUNDECK_MONITOR_PROPERTY_FAILED_JOB_NUMBER - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor failed job number property name.
RUNDECK_MONITOR_PROPERTY_FAILED_JOB_NUMBER_DEFAULT_VALUE - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor failed job number default value.
RUNDECK_MONITOR_PROPERTY_FAILED_JOB_REDIRECTION - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor job redirection property name.
RUNDECK_MONITOR_PROPERTY_FAILED_JOB_REDIRECTION_DEFAULT_VALUE - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor job redirection default value.
RUNDECK_MONITOR_PROPERTY_INTERFACE_TYPE - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor GUI type property name.
RUNDECK_MONITOR_PROPERTY_INTERFACE_TYPE_DEFAULT_VALUE - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor GUI type default value.
RUNDECK_MONITOR_PROPERTY_LOGIN - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck login property name.
RUNDECK_MONITOR_PROPERTY_NAME - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor name property name.
RUNDECK_MONITOR_PROPERTY_NAME_DEFAULT_VALUE - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor name default value.
RUNDECK_MONITOR_PROPERTY_PASSWORD - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck password property name.
RUNDECK_MONITOR_PROPERTY_PROJECT - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck project property name.
RUNDECK_MONITOR_PROPERTY_REFRESH_DELAY - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor refresh delay property name.
RUNDECK_MONITOR_PROPERTY_REFRESH_DELAY_DEFAULT_VALUE - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor refresh delay default value.
RUNDECK_MONITOR_PROPERTY_URL - Static variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck URL property name.
rundeckAPIKey - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Rundeck API key.
rundeckAPITokenTextField - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckConfigurationWizardPanelDescriptor
Password input.
rundeckAPIversion - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck API version.
RundeckAPIVersion - Enum in com.github.sbugat.rundeckmonitor.wizard
Possible API version usable with rundeck monitor.
RundeckAPIVersion(RundeckClient.Version, String) - Constructor for enum com.github.sbugat.rundeckmonitor.wizard.RundeckAPIVersion
Copy arguments tp constants.
rundeckClient - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Rundeck client API used to interact with rundeck rest API.
RundeckClientTools - Class in com.github.sbugat.rundeckmonitor.tools
Tools class for building rundeck clients.
RundeckClientTools() - Constructor for class com.github.sbugat.rundeckmonitor.tools.RundeckClientTools
Private constructor to prevent Instantiating.
RundeckConfigurationWizardPanelDescriptor - Class in com.github.sbugat.rundeckmonitor.wizard
RunDeck configuration wizard panel.
RundeckConfigurationWizardPanelDescriptor(ConfigurationWizardStep, ConfigurationWizardStep, RundeckMonitorConfiguration) - Constructor for class com.github.sbugat.rundeckmonitor.wizard.RundeckConfigurationWizardPanelDescriptor
Copy arguments and initialize the RunDeck configuration wizard panel.
rundeckLogin - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck login.
rundeckLoginTextField - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckConfigurationWizardPanelDescriptor
Login input.
RundeckMonitor - Class in com.github.sbugat.rundeckmonitor
Primary and main class of the Rundeck Monitor.
RundeckMonitor(RundeckMonitorConfiguration, VersionChecker) - Constructor for class com.github.sbugat.rundeckmonitor.RundeckMonitor
Initialize the rundeck monitor, load configuration and try to connect to the configured rundeck.
RundeckMonitorAboutDialog - Class in com.github.sbugat.rundeckmonitor
 
RundeckMonitorAboutDialog() - Constructor for class com.github.sbugat.rundeckmonitor.RundeckMonitorAboutDialog
 
RundeckMonitorAWTTrayIcon - Class in com.github.sbugat.rundeckmonitor
Tray icon management class.
RundeckMonitorAWTTrayIcon(RundeckMonitorConfiguration, RundeckMonitorState) - Constructor for class com.github.sbugat.rundeckmonitor.RundeckMonitorAWTTrayIcon
Initialize the tray icon for the rundeckMonitor if the OS is compatible with it.
RundeckMonitorAWTTrayIcon.RundeckMonitorAWTListenerAdapter - Class in com.github.sbugat.rundeckmonitor
Mouse Adapter and WindowsFocusListener to auto-hide the hidden dialog.
RundeckMonitorAWTTrayIcon.RundeckMonitorAWTListenerAdapter(JDialog) - Constructor for class com.github.sbugat.rundeckmonitor.RundeckMonitorAWTTrayIcon.RundeckMonitorAWTListenerAdapter
Copy dialog reference into the listener.
RundeckMonitorConfiguration - Class in com.github.sbugat.rundeckmonitor.configuration
Configurationloading class of the RunDeck Monitor.
RundeckMonitorConfiguration() - Constructor for class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Default constructor.
RundeckMonitorConfiguration(RundeckMonitorConfiguration) - Constructor for class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Copy constructor.
rundeckMonitorConfiguration - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Configuration of the rundeck monitor with default values if some properties are missing or are empty.
rundeckMonitorConfiguration - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Date format to use for printing the Job start date.
rundeckMonitorConfiguration - Variable in class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
RunDeck monitor configuration.
RundeckMonitorConfigurationWizard - Class in com.github.sbugat.rundeckmonitor.wizard
Class of the configuration Wizard.
RundeckMonitorConfigurationWizard(RundeckMonitorConfiguration, boolean) - Constructor for class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Initialize a new configuration wizard.
rundeckMonitorDateFormat - Variable in class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
Date format input.
rundeckMonitorFailedJobNumber - Variable in class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
Number of displayed failed jobs input.
rundeckMonitorInterfaceType - Variable in class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
Interface type input.
rundeckMonitorJobTabRedirection - Variable in class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
Open a job redirection input.
rundeckMonitorLateExecutionThreshold - Variable in class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
Late threshold input.
rundeckMonitorName - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck monitor name.
rundeckMonitorName - Variable in class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
RunDeck monitor name input.
rundeckMonitorRefreshDelay - Variable in class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
Refresh delay input.
rundeckMonitorState - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Current state (failed job/long process/disconnected) of the rundeck monitor.
RundeckMonitorState - Class in com.github.sbugat.rundeckmonitor
Class containing the current state of the monitor.
RundeckMonitorState() - Constructor for class com.github.sbugat.rundeckmonitor.RundeckMonitorState
 
rundeckMonitorState - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Current state of the trayIcon.
RundeckMonitorSwingTrayIcon - Class in com.github.sbugat.rundeckmonitor
Swing tray icon management class.
RundeckMonitorSwingTrayIcon(RundeckMonitorConfiguration, RundeckMonitorState) - Constructor for class com.github.sbugat.rundeckmonitor.RundeckMonitorSwingTrayIcon
Initialize the tray icon for the rundeckMonitor if the OS is compatible with it.
rundeckMonitorTrayIcon - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Tray icon and his menu for updating jobs and state displayed.
RundeckMonitorTrayIcon - Class in com.github.sbugat.rundeckmonitor
Tray icon common class with no-AWT/Swing components.
RundeckMonitorTrayIcon(RundeckMonitorConfiguration, RundeckMonitorState) - Constructor for class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Initialize the tray icon for the rundeckMonitor if the OS is compatible with it.
rundeckPassword - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck password.
rundeckPasswordTextField - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckConfigurationWizardPanelDescriptor
RunDeck API key input.
rundeckProject - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Name of the rundeck project to access.
rundeckProjectNameTextField - Variable in class com.github.sbugat.rundeckmonitor.wizard.ProjectConfigurationWizardPanelDescriptor
Combo box for selecting the RunDeck project.
rundeckRundeckAPIVersionTextField - Variable in class com.github.sbugat.rundeckmonitor.wizard.ProjectConfigurationWizardPanelDescriptor
Combo box for selecting the RunDeck API version.
rundeckUrl - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
RunDeck URL.
rundeckUrlTextField - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckConfigurationWizardPanelDescriptor
RunDeck URL input.
rundeckVersion - Variable in exception com.github.sbugat.rundeckmonitor.tools.InvalidRundeckVersion
Version of the Rundeck.

S

saveMonitorConfigurationPropertieFile() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Save the current loaded configuration to the configuration file.
serialVersionUID - Static variable in exception com.github.sbugat.rundeckmonitor.configuration.InvalidPropertyException
Unique Serial ID.
serialVersionUID - Static variable in exception com.github.sbugat.rundeckmonitor.configuration.MissingPropertyException
Unique Serial ID.
serialVersionUID - Static variable in exception com.github.sbugat.rundeckmonitor.configuration.UnknownProjectException
Unique Serial ID.
serialVersionUID - Static variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorAboutDialog
 
serialVersionUID - Static variable in exception com.github.sbugat.rundeckmonitor.tools.InvalidRundeckVersion
Unique Serial ID.
setCurrentPanel(ConfigurationWizardStep, boolean) - Method in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Change the current panel to a new one with validation of the current if needed.
setDateFormat(String) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck monitor date format.
setDisconnected(boolean) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorState
Set the disconnected state.
setFailedJobNumber(int) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck monitor failed job number.
setFailedJobs(boolean) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorState
Set the failed flag.
setInterfaceType(String) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck monitor GUI type.
setJobTabRedirection(String) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck monitor job tab redirection.
setLateJobs(boolean) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorState
Set the long/late flag.
setLateThreshold(int) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck monitor late threshold.
setRefreshDelay(int) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck monitor refresh delay.
setRundeckAPIKey(String) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck API key.
setRundeckAPIversion(int) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck monitor API version.
setRundeckLogin(String) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck login.
setRundeckMonitorName(String) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck monitor name.
setRundeckPassword(String) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck password.
setRundeckProject(String) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck project.
setRundeckUrl(String) - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Set the RunDeck URL.
sinceRundeckVersion - Variable in enum com.github.sbugat.rundeckmonitor.wizard.JobTabRedirection
First version using this redirection.
sinceRundeckVersion - Variable in enum com.github.sbugat.rundeckmonitor.wizard.RundeckAPIVersion
First version using this API version.
startedAt - Variable in class com.github.sbugat.rundeckmonitor.JobExecutionInfo
RunDeck start job date.
SystemTools - Class in com.github.sbugat.rundeckmonitor.tools
Tools class to do System class calls.
SystemTools() - Constructor for class com.github.sbugat.rundeckmonitor.tools.SystemTools
Private constructor to prevent Instantiating.

T

TARGET_DIRECTORY - Static variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Target directory in zipball releases.
threshold - Variable in enum com.github.sbugat.rundeckmonitor.wizard.LateExecutionThreshold
Late execution threshold.
TMP_EXTENSION - Static variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Tmp extension.
toString() - Method in enum com.github.sbugat.rundeckmonitor.wizard.DateFormat
Return a String to display this date format.
toString() - Method in enum com.github.sbugat.rundeckmonitor.wizard.FailedJobsNumber
Convert the faild job number to a String.
toString() - Method in enum com.github.sbugat.rundeckmonitor.wizard.JobTabRedirection
Get a redirection description.
toString() - Method in enum com.github.sbugat.rundeckmonitor.wizard.LateExecutionThreshold
Return the description of a threshold.
toString() - Method in enum com.github.sbugat.rundeckmonitor.wizard.RefreshDelay
Return the description to be displayed.
toString() - Method in enum com.github.sbugat.rundeckmonitor.wizard.RundeckAPIVersion
Return the version and the first API version.
tray - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
System tray.
trayIcon - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Task bar tray icon.

U

UnknownProjectException - Exception in com.github.sbugat.rundeckmonitor.configuration
Exception to use when an unknow project is configured.
UnknownProjectException(String) - Constructor for exception com.github.sbugat.rundeckmonitor.configuration.UnknownProjectException
Exception constructor of an unknown project error.
updateExecutionIdsList(List<JobExecutionInfo>) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorAWTTrayIcon
Update the list of failed/late jobs.
updateExecutionIdsList(List<JobExecutionInfo>) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorSwingTrayIcon
Update the list of failed/late jobs.
updateExecutionIdsList(List<JobExecutionInfo>) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Update the list of failed/late jobs.
updateRundeckHistory(boolean) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Call Rundeck rest API and update the monitor state and displayed jobs if there are new failed/late jobs.
updateTrayIcon() - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorTrayIcon
Update the image of the tray icon.

V

validate() - Method in class com.github.sbugat.rundeckmonitor.wizard.MonitorConfigurationWizardPanelDescriptor
Validate the RunDeck monitor panel inputs.
validate() - Method in class com.github.sbugat.rundeckmonitor.wizard.ProjectConfigurationWizardPanelDescriptor
 
validate() - Method in class com.github.sbugat.rundeckmonitor.wizard.RundeckConfigurationWizardPanelDescriptor
 
validate() - Method in class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
Default method to validate the wizard step, must return true if input data are valid.
valueOf(String) - Static method in enum com.github.sbugat.rundeckmonitor.wizard.ConfigurationWizardStep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.sbugat.rundeckmonitor.wizard.DateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.sbugat.rundeckmonitor.wizard.FailedJobsNumber
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.sbugat.rundeckmonitor.wizard.InterfaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.sbugat.rundeckmonitor.wizard.JobTabRedirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.sbugat.rundeckmonitor.wizard.LateExecutionThreshold
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.sbugat.rundeckmonitor.wizard.RefreshDelay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.sbugat.rundeckmonitor.wizard.RundeckAPIVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.sbugat.rundeckmonitor.wizard.ConfigurationWizardStep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.sbugat.rundeckmonitor.wizard.DateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.sbugat.rundeckmonitor.wizard.FailedJobsNumber
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.sbugat.rundeckmonitor.wizard.InterfaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.sbugat.rundeckmonitor.wizard.JobTabRedirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.sbugat.rundeckmonitor.wizard.LateExecutionThreshold
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.sbugat.rundeckmonitor.wizard.RefreshDelay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.sbugat.rundeckmonitor.wizard.RundeckAPIVersion
Returns an array containing the constants of this enum type, in the order they are declared.
verifyConfiguration() - Method in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Check loaded configuration.
version - Variable in enum com.github.sbugat.rundeckmonitor.wizard.RundeckAPIVersion
Rundeck API Version.
versionChecker - Variable in class com.github.sbugat.rundeckmonitor.RundeckMonitor
Version checker instance.
VersionChecker - Class in com.github.sbugat.rundeckmonitor
Simple generic version checker on GitHub, inpect target jar and local jar build date to determinated if an update is available.
VersionChecker(String, String, String, String) - Constructor for class com.github.sbugat.rundeckmonitor.VersionChecker
Initialize the version checker with jar artifact and suffixnames and path to GitHub.
versionCheckerDisabled - Variable in class com.github.sbugat.rundeckmonitor.configuration.RundeckMonitorConfiguration
Version checker flag.
versionCheckerDisabled - Variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Indicate if the version checker is disabled.

W

windowGainedFocus(WindowEvent) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorAWTTrayIcon.RundeckMonitorAWTListenerAdapter
 
windowLostFocus(WindowEvent) - Method in class com.github.sbugat.rundeckmonitor.RundeckMonitorAWTTrayIcon.RundeckMonitorAWTListenerAdapter
 
WINDOWS_EXE_EXTENSION - Static variable in class com.github.sbugat.rundeckmonitor.VersionChecker
Executable extension on Windows.
WINDOWS_OS_NAME - Static variable in class com.github.sbugat.rundeckmonitor.tools.EnvironmentTools
Windows name in OS name property.
WIZARD_FRAME_TITLE - Static variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Configuration wizard frame title.
wizardFrame - Variable in class com.github.sbugat.rundeckmonitor.wizard.RundeckMonitorConfigurationWizard
Configuration wizard main frame.
WizardPanelDescriptor - Class in com.github.sbugat.rundeckmonitor.wizard
Generic wizard panel with a next and previous step.
WizardPanelDescriptor(ConfigurationWizardStep, ConfigurationWizardStep, ConfigurationWizardStep, RundeckMonitorConfiguration) - Constructor for class com.github.sbugat.rundeckmonitor.wizard.WizardPanelDescriptor
Copyr arguments to constants.
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2013–2015. All rights reserved.