Package | Description |
---|---|
hudson.node_monitors |
Code that monitors the health of slaves
|
Modifier and Type | Class and Description |
---|---|
class |
DiskSpaceMonitor
Checks available disk space of the remote FS root.
|
class |
TemporarySpaceMonitor
Monitors the disk space of "/tmp".
|
Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractDiskSpaceMonitor> |
DiskSpaceMonitorDescriptor.DiskSpace.getTrigger() |
Modifier and Type | Method and Description |
---|---|
protected void |
DiskSpaceMonitorDescriptor.DiskSpace.setTriggered(Class<? extends AbstractDiskSpaceMonitor> trigger,
boolean triggered)
Same as
DiskSpaceMonitorDescriptor.DiskSpace.setTriggered(boolean) , also sets the trigger class which made the decision |
Copyright © 2018. All rights reserved.