Skip to content

Commit cf3498c

Browse files
committed
Need to override SDElements descriptor to fix spelling. #25
1 parent 0a6103c commit cf3498c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/io/jenkins/plugins/sdelements/SDElements.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ public boolean configure(StaplerRequest req, JSONObject json) throws FormExcepti
148148
return true;
149149
}
150150

151+
@Nonnull
152+
@Override
153+
public String getDisplayName() {
154+
return "SD Elements";
155+
}
156+
151157
@Override
152158
public boolean isApplicable(Class<? extends AbstractProject> aClass) {
153159
return true;

0 commit comments

Comments
 (0)