提交 bcf1e1c6 编写于 作者: K kohsuke

these are now instanciable.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21088 71c3de6d-444a-0410-be80-ed276b4c234a
上级 734abf2a
......@@ -50,10 +50,6 @@ public class FailureBuilder extends Builder {
@Extension
public static final class DescriptorImpl extends Descriptor<Builder> {
public Builder newInstance(StaplerRequest req, JSONObject data) {
throw new UnsupportedOperationException();
}
public String getDisplayName() {
return "Always fail";
}
......
......@@ -54,10 +54,6 @@ public class SleepBuilder extends Builder {
@Extension
public static final class DescriptorImpl extends Descriptor<Builder> {
public Builder newInstance(StaplerRequest req, JSONObject data) {
throw new UnsupportedOperationException();
}
public String getDisplayName() {
return "Sleep";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册