Skip to content

Commit

Permalink
fix parameter markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed Jul 4, 2014
1 parent fc7f6da commit 5d34059
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions master/docs/developer/cls-buildsteps.rst
Expand Up @@ -536,15 +536,15 @@ This class can only be used in new-style steps.

.. py:method:: pathExists(path)
:param path path to test
:param path: path to test
:returns: Boolean via Deferred

Determine if the given path exists on the slave (in any form - file, directory, or otherwise).
This uses the ``stat`` command.

.. py:method:: glob(path)
:param path path to test
:param path: path to test
:returns: list of filenames

Get the list of files matching the given path pattern on the slave.
Expand Down Expand Up @@ -583,8 +583,8 @@ This class can only be used in new-style steps.
.. py:method:: setupShellMixin(constructorArgs, prohibitArgs=[])
:param dict constructorArgs constructor keyword arguments
:param list prohibitArgs list of recognized arguments to reject
:param dict constructorArgs: constructor keyword arguments
:param list prohibitArgs: list of recognized arguments to reject
:returns: keyword arguments destined for :py:class:`BuildStep`

This method is intended to be called from the shell constructor, passed any keyword arguments not otherwise used by the step.
Expand Down

0 comments on commit 5d34059

Please sign in to comment.