Home
last modified time | relevance | path

Searched refs:RallyRESTResponse (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-pyral/pyral-1.5.2/pyral/
H A Drestapi.py112 response = RallyRESTResponse(rally.session, context, "%s.x" % entity, resp, "full", 1)
137 from .rallyresp import RallyRESTResponse, ErrorResponse
625 response = RallyRESTResponse(self.session, context, users_resource, response, "full", 0)
906 response = RallyRESTResponse(self.session, context, request_url, response,
1006 response = RallyRESTResponse(self.session, context, resource, response, "shell", 0)
1075 response = RallyRESTResponse(self.session, context, resource, response, "shell", 0)
1146 response = RallyRESTResponse(self.session, context, resource, response, "shell", 0)
1211 response = RallyRESTResponse(self.session, context, resource, response, "shell", 0)
1234 response = RallyRESTResponse(self.session, context, resource, response, "shell", 0)
1687 response = RallyRESTResponse(self.session, context, "AttachmentContent.x", resp, "full", 1)
[all …]
H A D__init__.py5 from .rallyresp import RallyRESTResponse
H A Dcontext.py25 from .rallyresp import RallyRESTResponse
439 resp = RallyRESTResponse(self.agent, self.context, 'UserProfile', upraw, "full", 0)
H A Drallyresp.py57 class RallyRESTResponse(object): class
/dports/devel/py-pyral/pyral-1.5.2/doc/source/
H A Dinterface.rst17 of the **RallyRESTResponse** class. Instances of this class allow easy dot ('.') notation
379 Returns a RallyRESTResponse object that has errors and warnings attributes that
385 will be returned instead of a RallyRESTResponse. This can be useful when
718 RallyRESTResponse chapter
721 A RallyRESTResponse instance is returned from a call to ``get`` (find) and several of the
734 In addition and usually more importantly, a RallyRESTResponse instance can be used as
759 .. py:class:: RallyRESTResponse()
773 Item instances returned from iterating on a RallyRESTResponse object are
/dports/devel/py-pyral/pyral-1.5.2/
H A DREADME.rst287 Fixed defect in returning RallyRESTResponse when pagesize set to 1