提交 8aed6623 编写于 作者: J Jesse Glick
上级 04e2ccad
......@@ -28,8 +28,9 @@ import java.util.SortedMap;
/**
* @author kingfai
*
* @deprecated Does not behave very consistently. Either write a real functional test with {@code JenkinsRule}, or use PowerMock/Mockito.
*/
@Deprecated
@SuppressWarnings({ "rawtypes", "unchecked" })
class StubJob extends Job {
......@@ -69,4 +70,8 @@ class StubJob extends Job {
}
@Override public ItemGroup getParent() {
return null;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册