提交 24c5e5e4 编写于 作者: J Jesse Glick

Javadoc note pertaining to #1454.

上级 bcdae275
...@@ -32,6 +32,8 @@ import hudson.model.AbstractBuild; ...@@ -32,6 +32,8 @@ import hudson.model.AbstractBuild;
import hudson.model.AbstractProject; import hudson.model.AbstractProject;
import hudson.model.Action; import hudson.model.Action;
import hudson.model.BuildListener; import hudson.model.BuildListener;
import hudson.model.Computer;
import hudson.model.Executor;
import hudson.model.InvisibleAction; import hudson.model.InvisibleAction;
import hudson.model.Job; import hudson.model.Job;
import hudson.model.Run; import hudson.model.Run;
...@@ -63,6 +65,7 @@ import org.kohsuke.accmod.restrictions.DoNotUse; ...@@ -63,6 +65,7 @@ import org.kohsuke.accmod.restrictions.DoNotUse;
* only makes sense for a step called exactly once per build. * only makes sense for a step called exactly once per build.
* <li>Do not implement {@link DependencyDeclarer} since this would be limited to use in {@link AbstractProject}. * <li>Do not implement {@link DependencyDeclarer} since this would be limited to use in {@link AbstractProject}.
* <li>Return true unconditionally from {@link BuildStepDescriptor#isApplicable} (there is currently no filtering for other {@link Job} types). * <li>Return true unconditionally from {@link BuildStepDescriptor#isApplicable} (there is currently no filtering for other {@link Job} types).
* <li>Do not expect {@link Executor#currentExecutor} to be non-null, and by extension do not use {@link Computer#currentComputer}.
* </ul> * </ul>
* @see hudson.tasks.BuildStepCompatibilityLayer#perform(AbstractBuild, Launcher, BuildListener) * @see hudson.tasks.BuildStepCompatibilityLayer#perform(AbstractBuild, Launcher, BuildListener)
* @since 1.577 * @since 1.577
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册