提交 2ac0a3f5 编写于 作者: A Alex Earl

Remove getDisplayName

上级 e3221d73
......@@ -67,8 +67,6 @@ public abstract class SCMPollListener implements ExtensionPoint {
*/
public void onPollingFailed( AbstractProject<?, ?> project, TaskListener listener, Throwable exception) {}
public String getDisplayName() { return getClass().getSimpleName(); }
public static void fireBeforePolling( AbstractProject<?, ?> project, TaskListener listener ) {
for (SCMPollListener l : all()) {
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册