提交 c5cefcb1 编写于 作者: K Kohsuke Kawaguchi

documenting what this method does

上级 c86aa679
......@@ -259,6 +259,15 @@ public abstract class ParameterValue implements Serializable {
}
/**
* Controls where the build (that this parameter is submitted to) will happen.
*
* @return
* null to run the build where it normally runs. If non-null, this will
* override {@link AbstractProject#getAssignedLabel()}. If a build is
* submitted with multiple parameters, the first one that returns non-null
* from this method will win, and all others won't be consulted.
*
*
* @since 1.414
*/
public Label getAssignedLabel(SubTask task) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册