Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[FIXED JENKINS-13656] Make build history creation overridable.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 7, 2012
1 parent bc48fb5 commit 6a01bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ protected BuildResult(final AbstractBuild<?, ?> build, final BuildHistory histor
* the build to start with * the build to start with
* @return the history * @return the history
*/ */
private BuildHistory createHistory(final AbstractBuild<?, ?> build) { protected BuildHistory createHistory(final AbstractBuild<?, ?> build) {
return new BuildHistory(build, getResultActionType()); return new BuildHistory(build, getResultActionType());
} }


Expand Down

0 comments on commit 6a01bb7

Please sign in to comment.