提交 12ab4050 编写于 作者: K Kohsuke Kawaguchi

doc improvements

上级 4c10efe1
......@@ -26,6 +26,8 @@ package hudson.model;
import hudson.EnvVars;
import hudson.Util;
import hudson.scm.SCM;
import hudson.slaves.OfflineCause;
import hudson.tasks.BuildWrapper;
import hudson.tasks.Builder;
import hudson.util.VariableResolver;
......@@ -51,7 +53,7 @@ import org.kohsuke.stapler.export.ExportedBean;
* Instances of {@link ParameterValue}s are persisted into build's <tt>build.xml</tt>
* through XStream (via {@link ParametersAction}), so instances need to be persistable.
*
* <h2>Assocaited Views</h2>
* <h2>Associated Views</h2>
* <h4>value.jelly</h4>
* The <tt>value.jelly</tt> view contributes a UI fragment to display the parameter
* values used for a build.
......@@ -64,6 +66,7 @@ import org.kohsuke.stapler.export.ExportedBean;
* {@link ParameterDefinition} is.
* </ol>
* @see ParameterDefinition
* @see ParametersAction
*/
@ExportedBean(defaultVisibility=3)
public abstract class ParameterValue implements Serializable {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册