提交 96147690 编写于 作者: K kohsuke

doc improvement

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13534 71c3de6d-444a-0410-be80-ed276b4c234a
上级 cd7488cc
......@@ -64,7 +64,10 @@ public abstract class AbstractNodeMonitorDescriptor<T> extends Descriptor<NodeMo
protected abstract T monitor(Computer c) throws IOException,InterruptedException;
/**
* Obtains the monitoring result.
* Obtains the monitoring result currently available, or null if no data is available.
*
* <p>
* If no data is available, a background task to collect data will be started.
*/
public T get(Computer c) {
if(record==null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册