Package | Description |
---|---|
hudson | |
hudson.node_monitors |
Code that monitors the health of slaves
|
Modifier and Type | Method and Description |
---|---|
<T> T |
FilePath.act(FilePath.FileCallable<T> callable)
Executes some program on the machine that this
FilePath exists,
so that one can perform local file operations. |
<T> hudson.remoting.Future<T> |
FilePath.actAsync(FilePath.FileCallable<T> callable)
Executes some program on the machine that this
FilePath exists,
so that one can perform local file operations. |
<V> hudson.remoting.Callable<V,IOException> |
FilePath.asCallableWith(FilePath.FileCallable<V> task)
|
Modifier and Type | Class and Description |
---|---|
protected static class |
DiskSpaceMonitorDescriptor.GetUsableSpace |
protected static class |
TemporarySpaceMonitor.GetTempSpace |
Copyright © 2014. All rights reserved.