提交 92a2c48f 编写于 作者: M mindless

[FIXED HUDSON-8137] add @ExportedBean so node api with depth=1+

doesn't get exception


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@37068 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c483e4f9
......@@ -27,6 +27,7 @@ import hudson.model.Executor;
import hudson.model.Queue;
import hudson.model.Queue.Executable;
import hudson.model.Queue.Task;
import org.kohsuke.stapler.export.ExportedBean;
/**
* Represents a unit of hand-over to {@link Executor} from {@link Queue}.
......@@ -34,6 +35,7 @@ import hudson.model.Queue.Task;
* @author Kohsuke Kawaguchi
* @since 1.377
*/
@ExportedBean
public final class WorkUnit {
/**
* Task to be executed.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册