Package | Description |
---|---|
hudson | |
hudson.node_monitors |
Code that monitors the health of slaves
|
jenkins |
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 |
Modifier and Type | Class and Description |
---|---|
class |
MasterToSlaveFileCallable<T>
FilePath.FileCallable s that are meant to be only used on the master. |
class |
SlaveToMasterFileCallable<T>
FilePath.FileCallable s that can be executed on the master, sent by the slave. |
Copyright © 2019. All rights reserved.