提交 2a2ddeed 编写于 作者: K kohsuke

doc format change.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5649 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1edc9db9
<!--
Generate config pages from a list of Descriptors into a section.
<%@ attribute name="title" required="true" description="caption for the section" %>
<%@ attribute name="descriptors" required="true" type="hudson.model.Descriptor[]" description="descriptors" %>
<%@ attribute name="instances" required="true" type="java.util.Map" description="instances keyed by their descriptors" %>
<%@ attribute name="varName" required="true" type="java.lang.String" description="used as a variable name as well as block name" %>
Attributes:
title caption for the section (required)
descriptors hudson.model.Descriptor collection to display (required)
instances Map<Descriptor,Describable>. Instances to display as current settings (required)
varName Used as a variable name as well as block name (required)
-->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:section title="${attrs.title}">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册