提交 6793020f 编写于 作者: S swiest

Fixed typos in API documentation (trivial).

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13119 71c3de6d-444a-0410-be80-ed276b4c234a
上级 2bcc1f97
<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" xmlns:i="jelly:fmt"> <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" xmlns:i="jelly:fmt">
<st:include page="/hudson/model/Job/_api.jelly" /> <st:include page="/hudson/model/Job/_api.jelly" />
<h2>Disable/enable a job</h2> <h2>Disable/Enable a job</h2>
<p> <p>
To programatically disable a job, post to <a href="../disable">this URL</a>. To programmatically disable a job, post to <a href="../disable">this URL</a>.
Similarly post to <a href="../enable">this URL</a> for enabling this job. Similarly post to <a href="../enable">this URL</a> for enabling this job.
</p> </p>
</j:jelly> </j:jelly>
\ No newline at end of file
<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" xmlns:i="jelly:fmt"> <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" xmlns:i="jelly:fmt">
<h2>Fetch/Update config.xml</h2> <h2>Fetch/Update config.xml</h2>
<p> <p>
To programatically, obtain <tt>config.xml</tt>, hit <a href="../config.xml">this URL</a>. To programmatically obtain <tt>config.xml</tt>, hit <a href="../config.xml">this URL</a>.
You can also POST updated config.xml to the same URL to programatically You can also POST an updated <tt>config.xml</tt> to the same URL to programmatically
update the configuration of a job. update the configuration of a job.
</p> </p>
<h2>Perform a build</h2> <h2>Perform a build</h2>
<p> <p>
To programatically schedule a new build, post to <a href="../build">this URL</a>. To programmatically schedule a new build, post to <a href="../build">this URL</a>.
</p> </p>
<h2>Dlete a job</h2> <h2>Delete a job</h2>
<p> <p>
To programmatically delete this job, do HTTP POST to <a href="../doDelete">this URL</a>. To programmatically delete this job, do HTTP POST to <a href="../doDelete">this URL</a>.
</p> </p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册