提交 4934ff3a 编写于 作者: K Kohsuke Kawaguchi

adding the debug output

上级 1348b986
......@@ -82,4 +82,12 @@ public final class WorkUnit {
public boolean isMainWork() {
return context.task==work;
}
@Override
public String toString() {
if (work==context.task)
return super.toString()+"[work="+context.task.getFullDisplayName()+"]";
else
return super.toString()+"[work="+work+",context.task="+context.task.getFullDisplayName()+"]";
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册