From 400dc7abf0b814383297531451d6c019ee9bcefa Mon Sep 17 00:00:00 2001 From: kohsuke Date: Tue, 6 Nov 2007 15:11:17 +0000 Subject: [PATCH] doc improvement. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5744 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/java/hudson/model/listeners/RunListener.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/hudson/model/listeners/RunListener.java b/core/src/main/java/hudson/model/listeners/RunListener.java index 9fda34f062..12d6fc8832 100644 --- a/core/src/main/java/hudson/model/listeners/RunListener.java +++ b/core/src/main/java/hudson/model/listeners/RunListener.java @@ -32,7 +32,8 @@ public abstract class RunListener implements ExtensionPoint { * The completed build. * @param listener * The listener for this build. This can be used to produce log messages, for example, - * which becomes a part of the "console output" of this build. + * which becomes a part of the "console output" of this build. But when this method runs, + * the build is considered completed, so its status cannot be changed anymore. */ public void onCompleted(R r, TaskListener listener) {} -- GitLab