protected static final class AbstractAsyncNodeMonitorDescriptor.Result<T> extends Object
AbstractAsyncNodeMonitorDescriptor.monitorDetailed()
to facilitate extending information
returned in the future.
The getMonitoringData()
provides the results of the monitoring as AbstractAsyncNodeMonitorDescriptor.monitor()
does. Note the value
in the map can be null
for several reasons:
Callable
returned null
as a provisioning result.AbstractAsyncNodeMonitorDescriptor.createCallable(hudson.model.Computer)
has returned null.getSkipped()
returns computers that was not monitored as they ware either offline or monitor produced null
Callable
.Modifier and Type | Method and Description |
---|---|
protected Map<Computer,T> |
getMonitoringData() |
protected List<Computer> |
getSkipped()
Computers that ware skipped during monitoring as they either do not have a a channel (offline) or the monitor
have not produced the Callable.
|
Copyright © 2004–2022. All rights reserved.