public final class RundeckMonitorState extends Object
| Modifier and Type | Field and Description | 
|---|---|
private boolean | 
disconnected
Disconnected flag. 
 | 
private boolean | 
failedJobs
Failed jobs flag. 
 | 
private boolean | 
lateJobs
Late/long jobs flag. 
 | 
| Constructor and Description | 
|---|
RundeckMonitorState()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isDisconnected()
Get the disconnected flag. 
 | 
boolean | 
isFailedJobs()
Get the failed flag. 
 | 
boolean | 
isLateJobs()
Get the long/late flag. 
 | 
void | 
setDisconnected(boolean disconnectedArg)
Set the disconnected state. 
 | 
void | 
setFailedJobs(boolean failedJobsArg)
Set the failed flag. 
 | 
void | 
setLateJobs(boolean lateJobsArg)
Set the long/late flag. 
 | 
private boolean failedJobs
private boolean lateJobs
private boolean disconnected
public boolean isFailedJobs()
public void setFailedJobs(boolean failedJobsArg)
failedJobsArg - failed flagpublic boolean isLateJobs()
public void setLateJobs(boolean lateJobsArg)
lateJobsArg - long/late flagpublic boolean isDisconnected()
public void setDisconnected(boolean disconnectedArg)
disconnectedArg - disconnected stateCopyright © 2013–2015. All rights reserved.