From 6793020f70c31a40f474b6a86fca19990ddc5e40 Mon Sep 17 00:00:00 2001 From: swiest Date: Mon, 10 Nov 2008 13:14:34 +0000 Subject: [PATCH] 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 --- .../hudson/model/AbstractProject/_api.jelly | 16 ++++++++-------- .../main/resources/hudson/model/Job/_api.jelly | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/core/src/main/resources/hudson/model/AbstractProject/_api.jelly b/core/src/main/resources/hudson/model/AbstractProject/_api.jelly index 00e82038d5..7a9e710fa3 100644 --- a/core/src/main/resources/hudson/model/AbstractProject/_api.jelly +++ b/core/src/main/resources/hudson/model/AbstractProject/_api.jelly @@ -1,9 +1,9 @@ - - - -

Disable/enable a job

-

- To programatically disable a job, post to this URL. - Similarly post to this URL for enabling this job. -

+ + + +

Disable/Enable a job

+

+ To programmatically disable a job, post to this URL. + Similarly post to this URL for enabling this job. +

\ No newline at end of file diff --git a/core/src/main/resources/hudson/model/Job/_api.jelly b/core/src/main/resources/hudson/model/Job/_api.jelly index 8f21c4960e..32a9b292bf 100644 --- a/core/src/main/resources/hudson/model/Job/_api.jelly +++ b/core/src/main/resources/hudson/model/Job/_api.jelly @@ -1,17 +1,17 @@

Fetch/Update config.xml

- To programatically, obtain config.xml, hit this URL. - You can also POST updated config.xml to the same URL to programatically + To programmatically obtain config.xml, hit this URL. + You can also POST an updated config.xml to the same URL to programmatically update the configuration of a job.

Perform a build

- To programatically schedule a new build, post to this URL. + To programmatically schedule a new build, post to this URL.

-

Dlete a job

+

Delete a job

To programmatically delete this job, do HTTP POST to this URL.

-- GitLab