Fix view parameters indent for sphinx

Change-Id: Ia16573e9a02c35c613ffebfc4bcdc83a6d396f66
Signed-off-by: Anil Belur <askb23@gmail.com>
This commit is contained in:
Anil Belur 2018-04-16 16:06:44 +10:00
parent 82f2ab4417
commit b50f1ec840
No known key found for this signature in database
GPG Key ID: 0FAA11C1B55BFA62
1 changed files with 42 additions and 38 deletions

View File

@ -31,50 +31,54 @@ to the :ref:`view_list` definition.
:jenkins-wiki:`View Job Filters <View+Job+Filters>` :jenkins-wiki:`View Job Filters <View+Job+Filters>`
* **most-recent** (`dict`) * **most-recent** (`dict`)
:most-recent: * **max-to-include** (`int`): Maximum number of jobs :most-recent:
to include. (default 0) * **max-to-include** (`int`): Maximum number of jobs
* **check-start-time** (`bool`): Check job start to include. (default 0)
time. (default false) * **check-start-time** (`bool`): Check job start
time. (default false)
* **build-duration** (`dict`) * **build-duration** (`dict`)
:build-duration: * **match-type** ('str'): Jobs that match a filter :build-duration:
to include. (default includeMatched) * **match-type** ('str'): Jobs that match a filter
* **build-duration-type** ('str'): Duration of the to include. (default includeMatched)
build. (default Latest) * **build-duration-type** ('str'): Duration of the
* **amount-type**: ('str'): Duration in hours, build. (default Latest)
days or builds. (default Hours) * **amount-type**: ('str'): Duration in hours,
* **amount**: ('int'): How far back to check. days or builds. (default Hours)
(default 0) * **amount**: ('int'): How far back to check.
* **less-than**: ('bool'): Check build duration (default 0)
less than or more than. (default True) * **less-than**: ('bool'): Check build duration
* **build-duration-minutes**: ('int'): Build less than or more than. (default True)
duration minutes. (default 0) * **build-duration-minutes**: ('int'): Build
duration minutes. (default 0)
* **build-trend** (`dict`) * **build-trend** (`dict`)
:build-trend: * **match-type** ('str'): Jobs that match a filter :build-trend:
to include. (default includeMatched) * **match-type** ('str'): Jobs that match a filter
* **build-trend-type** ('str'): Duration of the to include. (default includeMatched)
build. (default Latest) * **build-trend-type** ('str'): Duration of the
* **amount-type**: ('str'): Duration in hours, build. (default Latest)
days or builds. (default Hours) * **amount-type**: ('str'): Duration in hours,
* **amount**: ('int'): How far back to check. days or builds. (default Hours)
(default 0) * **amount**: ('int'): How far back to check.
* **status**: ('str'): Job status. (default 0)
(default Completed) * **status**: ('str'): Job status.
(default Completed)
* **job-status** (`dict`) * **job-status** (`dict`)
:job-status: * **match-type** ('str'): Jobs that match a filter :job-status:
to include. (default includeMatched) * **match-type** ('str'): Jobs that match a filter
* **unstable** ('bool'): Jobs with status to include. (default includeMatched)
unstable. (default False) * **unstable** ('bool'): Jobs with status
* **failed** ('bool'): Jobs with status unstable. (default False)
failed. (default False) * **failed** ('bool'): Jobs with status
* **aborted** ('bool'): Jobs with status failed. (default False)
aborted. (default False) * **aborted** ('bool'): Jobs with status
* **disabled** ('bool'): Jobs with status aborted. (default False)
disabled. (default False) * **disabled** ('bool'): Jobs with status
* **stable** ('bool'): Jobs with status disabled. (default False)
stable. (default False) * **stable** ('bool'): Jobs with status
stable. (default False)
* **columns** (`list`): List of columns to be shown in view. * **columns** (`list`): List of columns to be shown in view.
* **regex** (`str`): . Regular expression for selecting jobs * **regex** (`str`): . Regular expression for selecting jobs