We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389e3df commit c9eaa5dCopy full SHA for c9eaa5d
core/src/main/java/hudson/model/Run.java
@@ -387,7 +387,7 @@ public void reload() throws IOException {
387
*/
388
@SuppressWarnings("deprecation")
389
protected void onLoad() {
390
- for (Action a : getAllActions()) {
+ for (Action a : getActions()) {
391
if (a instanceof RunAction2) {
392
try {
393
((RunAction2) a).onLoad(this);
0 commit comments