提交 47f93e26 编写于 作者: K kohsuke

added URL binding for an executor.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10610 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1c5e8843
......@@ -247,6 +247,13 @@ public class Executor extends Thread implements ModelObject {
}
}
/**
* Exposes the executor to the remote API.
*/
public Api getApi() {
return new Api(this);
}
/**
* Returns the executor of the current thread.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册