diff --git a/core/src/main/java/hudson/model/Run.java b/core/src/main/java/hudson/model/Run.java index b0b72dda081f..c206539a4605 100644 --- a/core/src/main/java/hudson/model/Run.java +++ b/core/src/main/java/hudson/model/Run.java @@ -387,7 +387,7 @@ public void reload() throws IOException { */ @SuppressWarnings("deprecation") protected void onLoad() { - for (Action a : getAllActions()) { + for (Action a : getActions()) { if (a instanceof RunAction2) { try { ((RunAction2) a).onLoad(this);