[{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpResponse"},{"methods":[{"description":"Dumps the whole response","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"name":"errorDump","parameters":[],"returnType":""},{"description":"Returns the response headers","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"a dictionary of all response headers","name":"getHeaders","parameters":[],"returnType":""},{"description":"Gets the response content","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"the reponse as text","name":"getResponse","parameters":[],"returnType":""},{"description":"Gets the status code","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"the http status code","name":"getStatus","parameters":[],"returnType":""},{"description":"Checks if request successful","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"true if successful, false otherwise","name":"isSuccessful","parameters":[],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"status","comment":""},{"type":"","name":"response","comment":""},{"type":"","name":"headers","comment":""}],"returnType":""}],"name":"HttpResponse.HttpResponse"},{"methods":[{"description":"","annotations":[],"name":"wrap","parameters":[{"type":"","name":"item","comment":""}],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.Arrays"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.AuthSchemes"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.AuthScope"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.Base64"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.BasicCredentialsProvider"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.BasicHttpContext"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.CookieSpecs"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.EntityUtils"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HashMap"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HttpClientBuilder"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HttpClientContext"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HttpClients"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HttpConnection"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HttpDelete"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HttpGet"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HttpHead"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HttpHost"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HttpPatch"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HttpPost"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.HttpPut"},{"methods":[{"description":"","annotations":[],"name":"buildRequest","parameters":[{"type":"","name":"method","comment":""},{"type":"","name":"context","comment":""},{"type":"","name":"body","comment":""},{"type":"","name":"contentType","comment":""},{"type":"","name":"headers","comment":""}],"returnType":""},{"description":"","annotations":[],"name":"createHTTPClientBuilder","parameters":[],"returnType":""},{"description":"","annotations":[],"name":"createPath","parameters":[{"type":"","name":"url","comment":""},{"type":"","name":"context","comment":""}],"returnType":""},{"description":"Performs an HTTP DELETE Request<br/>","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"an <a href=\"/jython-docs/#!/_PROD_VERSION_/service/HttpResponse.HttpResponse\">HttpResponse</a> instance","name":"delete","parameters":[{"type":"","name":"context","comment":"the context url"},{"type":"","name":"options","comment":"the options keyword argument described in doRequest()"}],"returnType":""},{"description":"Performs an HTTP Request<br/>","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"an <a href=\"/jython-docs/#!/_PROD_VERSION_/service/HttpResponse.HttpResponse\">HttpResponse</a> instance","name":"doRequest","parameters":[{"type":"","name":"options","comment":"A keyword arguments object with the following properties :<br/>    method: the HTTP method : 'GET', 'PUT', 'POST', 'DELETE', 'PATCH'<br/>        (optional: GET will be used if empty)<br/>    context: the context url<br/>        (optional: the url on <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.configuration.HttpConnection\">HttpConnection</a> will be used if empty)<br/>    body: the body of the HTTP request for PUT & POST calls<br/>        (optional: an empty body will be used if empty)<br/>    contentType: the content type to use<br/>        (optional, no content type will be used if empty)<br/>    headers: a dictionary of headers key/values<br/>        (optional, no headers will be used if empty)"}],"returnType":""},{"description":"","annotations":[],"name":"executeRequest","parameters":[{"type":"","name":"request","comment":""}],"returnType":""},{"description":"Performs an HTTP GET Request<br/>","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"an <a href=\"/jython-docs/#!/_PROD_VERSION_/service/HttpResponse.HttpResponse\">HttpResponse</a> instance","name":"get","parameters":[{"type":"","name":"context","comment":"the context url"},{"type":"","name":"options","comment":"the options keyword argument described in doRequest()"}],"returnType":""},{"description":"","annotations":[],"name":"get_credentials","parameters":[],"returnType":""},{"description":"","annotations":[],"name":"get_default_client","parameters":[],"returnType":""},{"description":"","annotations":[],"name":"get_ntlm_client","parameters":[],"returnType":""},{"description":"","annotations":[],"name":"get_proxy_credentials_provider","parameters":[],"returnType":""},{"description":"Performs an HTTP HEAD Request<br/>","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"an <a href=\"/jython-docs/#!/_PROD_VERSION_/service/HttpResponse.HttpResponse\">HttpResponse</a> instance","name":"head","parameters":[{"type":"","name":"context","comment":"the context url"},{"type":"","name":"options","comment":"the options keyword argument described in doRequest()"}],"returnType":""},{"description":"Performs an HTTP PATCH Request<br/>","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"an <a href=\"/jython-docs/#!/_PROD_VERSION_/service/HttpResponse.HttpResponse\">HttpResponse</a> instance","name":"patch","parameters":[{"type":"","name":"context","comment":"the context url"},{"type":"","name":"body","comment":"the body of the HTTP request"},{"type":"","name":"options","comment":"the options keyword argument described in doRequest()"}],"returnType":""},{"description":"Performs an HTTP POST Request<br/>","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"an <a href=\"/jython-docs/#!/_PROD_VERSION_/service/HttpResponse.HttpResponse\">HttpResponse</a> instance","name":"post","parameters":[{"type":"","name":"context","comment":"the context url"},{"type":"","name":"body","comment":"the body of the HTTP request"},{"type":"","name":"options","comment":"the options keyword argument described in doRequest()"}],"returnType":""},{"description":"Performs an HTTP PUT Request<br/>","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"an <a href=\"/jython-docs/#!/_PROD_VERSION_/service/HttpResponse.HttpResponse\">HttpResponse</a> instance","name":"put","parameters":[{"type":"","name":"context","comment":"the context url"},{"type":"","name":"body","comment":"the body of the HTTP request"},{"type":"","name":"options","comment":"the options keyword argument described in doRequest()"}],"returnType":""},{"description":"","annotations":[],"name":"quote","parameters":[{"type":"","name":"url","comment":""}],"returnType":""},{"description":"","annotations":[],"name":"setCredentials","parameters":[{"type":"","name":"request","comment":""}],"returnType":""},{"description":"","annotations":[],"name":"setHeaders","parameters":[{"type":"","name":"request","comment":""},{"type":"","name":"headers","comment":""}],"returnType":""},{"description":"","annotations":[],"name":"setProxy","parameters":[{"type":"","name":"request","comment":""}],"returnType":""},{"description":"","annotations":[],"name":"set_basic_credentials","parameters":[{"type":"","name":"request","comment":""}],"returnType":""},{"description":"","annotations":[],"name":"set_bearer_auth_credentials","parameters":[{"type":"","name":"request","comment":""}],"returnType":""},{"description":"","annotations":[],"name":"set_pat_credentials","parameters":[{"type":"","name":"request","comment":""}],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"Builds an HttpRequest<br/>","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"name":"__init__","parameters":[{"type":"","name":"params","comment":"an <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.configuration.HttpConnection\">HttpConnection</a>"},{"type":"","name":"username = None","comment":"the username<br/>    (optional, it will override the credentials defined on the <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.configuration.HttpConnection\">HttpConnection</a> object)"},{"type":"","name":"password = None","comment":"an password<br/>    (optional, it will override the credentials defined on the <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.configuration.HttpConnection\">HttpConnection</a> object)"},{"type":"","name":"domain = None","comment":"the Ntlm authentication domain<br/>    (optional, and only used if Ntlm authentication enabled, it will override the credentials defined on the <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.configuration.HttpConnection\">HttpConnection</a> object)"},{"type":"","name":"verify = True","comment":""}],"returnType":""}],"name":"HttpRequest.HttpRequest"},{"methods":[{"description":"Dumps the whole response","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"name":"errorDump","parameters":[],"returnType":""},{"description":"Returns the response headers","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"a dictionary of all response headers","name":"getHeaders","parameters":[],"returnType":""},{"description":"Gets the response content","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"the reponse as text","name":"getResponse","parameters":[],"returnType":""},{"description":"Gets the status code","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"the http status code","name":"getStatus","parameters":[],"returnType":""},{"description":"Checks if request successful","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"true if successful, false otherwise","name":"isSuccessful","parameters":[],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"status","comment":""},{"type":"","name":"response","comment":""},{"type":"","name":"headers","comment":""}],"returnType":""}],"name":"HttpRequest.HttpResponse"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.IOException"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.Integer"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.NTCredentials"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.NoopHostnameVerifier"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"params","comment":""}],"returnType":""}],"name":"HttpRequest.OAuthSupport"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.RequestConfig"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.SSLConnectionSocketFactory"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.SSLContextBuilder"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.String"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.StringEntity"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.TrustSelfSignedStrategy"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"HttpRequest.UsernamePasswordCredentials"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"delegate","comment":""}],"returnType":""}],"name":"HttpRequest._ConfigurationItemProxy"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"XLResponse"},{"methods":[{"description":"","annotations":[],"name":"errorDump","parameters":[],"returnType":""},{"description":"","annotations":[],"name":"isSuccessful","parameters":[],"returnType":""},{"description":"","annotations":[],"name":"read","parameters":[],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"response","comment":""}],"returnType":""}],"name":"XLResponse.XLResponse"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"CredentialsFallback"},{"methods":[{"description":"","annotations":[],"name":"getCredentials","parameters":[],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"serverCI","comment":""},{"type":"","name":"taskUsername","comment":""},{"type":"","name":"taskPassword","comment":""}],"returnType":""}],"name":"CredentialsFallback.CredentialsFallback"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.AuthScope"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.BasicCredentialsProvider"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.Consts"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.EntityUtils"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.HttpClients"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.HttpHost"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.HttpPost"},{"methods":[{"description":"Dumps the whole response","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"name":"errorDump","parameters":[],"returnType":""},{"description":"Returns the response headers","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"a dictionary of all response headers","name":"getHeaders","parameters":[],"returnType":""},{"description":"Gets the response content","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"the reponse as text","name":"getResponse","parameters":[],"returnType":""},{"description":"Gets the status code","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"the http status code","name":"getStatus","parameters":[],"returnType":""},{"description":"Checks if request successful","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"true if successful, false otherwise","name":"isSuccessful","parameters":[],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"status","comment":""},{"type":"","name":"response","comment":""},{"type":"","name":"headers","comment":""}],"returnType":""}],"name":"OAuthSupport.HttpResponse"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.IOException"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.Integer"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.Json"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.NumberFormatException"},{"methods":[{"description":"","annotations":[],"name":"get_access_token","parameters":[],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"params","comment":""}],"returnType":""}],"name":"OAuthSupport.OAuthClientCredentialsGrantTypeIssuer"},{"methods":[{"description":"","annotations":[],"name":"post","parameters":[{"type":"","name":"url","comment":""},{"type":"","name":"body","comment":""},{"type":"","name":"content_type = application/x-www-form-urlencoded","comment":""},{"type":"","name":"accept = application/json","comment":""}],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"params","comment":""}],"returnType":""}],"name":"OAuthSupport.OAuthHttpClient"},{"methods":[{"description":"","annotations":[],"name":"get_access_token","parameters":[],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"params","comment":""}],"returnType":""}],"name":"OAuthSupport.OAuthPasswordGrantTypeIssuer"},{"methods":[{"description":"","annotations":[],"name":"get_access_token","parameters":[],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"params","comment":""}],"returnType":""}],"name":"OAuthSupport.OAuthProvider"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"params","comment":""}],"returnType":""}],"name":"OAuthSupport.OAuthSupport"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.RequestConfig"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.StringEntity"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.UsernamePasswordCredentials"},{"methods":[],"description":"This module provides various functions to manipulate time values.\n\nThere are two standard representations of time.  One is the number\nof seconds since the Epoch, in UTC (a.k.a. GMT).  It may be an integer\nor a floating point number (to represent fractions of seconds).\nThe Epoch is system-defined; on Unix, it is generally January 1st, 1970.\nThe actual value can be retrieved by calling gmtime(0).\n\nThe other representation is a tuple of 9 integers giving local time.\nThe tuple items are:\n  year (four digits, e.g. 1998)\n  month (1-12)\n  day (1-31)\n  hours (0-23)\n  minutes (0-59)\n  seconds (0-59)\n  weekday (0-6, Monday is 0)\n  Julian day (day in the year, 1-366)\n  DST (Daylight Savings Time) flag (-1, 0 or 1)\nIf the DST flag is 0, the time is given in the regular time zone;\nif it is 1, the time is given in the DST time zone;\nif it is -1, mktime() should guess based on the date and time.\n\nVariables:\n\ntimezone -- difference in seconds between UTC and local standard time\naltzone -- difference in  seconds between UTC and local DST time\ndaylight -- whether local time should reflect DST\ntzname -- tuple of (standard time zone name, DST time zone name)\n\nFunctions:\n\ntime() -- return current time in seconds since the Epoch as a float\nclock() -- return CPU time since process start as a float\nsleep() -- delay for a number of seconds given as a float\ngmtime() -- convert seconds since Epoch to UTC tuple\nlocaltime() -- convert seconds since Epoch to local time tuple\nasctime() -- convert time tuple to string\nctime() -- convert time in seconds to string\nmktime() -- convert local time tuple to seconds since Epoch\nstrftime() -- convert time tuple to string according to format specification\nstrptime() -- parse string to time tuple according to format specification","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"OAuthSupport.time"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"XLRequest"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"XLRequest.URI"},{"methods":[{"description":"","annotations":[],"name":"send","parameters":[],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[{"description":"","annotations":[],"name":"__init__","parameters":[{"type":"","name":"url","comment":""},{"type":"","name":"method","comment":""},{"type":"","name":"body","comment":""},{"type":"","name":"username","comment":""},{"type":"","name":"password","comment":""},{"type":"","name":"content_type","comment":""}],"returnType":""}],"name":"XLRequest.XLRequest"},{"methods":[{"description":"Returns the current folder.","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"a <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.folder.Folder\">Folder</a> object.","name":"getCurrentFolder","parameters":[],"returnType":""},{"description":"Returns the current phase.","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"a <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.Phase\">Phase</a> object.","name":"getCurrentPhase","parameters":[],"returnType":""},{"description":"Returns the current release.","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"a <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.Release\">Release</a> object.","name":"getCurrentRelease","parameters":[],"returnType":""},{"description":"Returns the current task.","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"a <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.Task\">Task</a> object.","name":"getCurrentTask","parameters":[],"returnType":""},{"description":"Takes folder ID and returns a folder path as seen in UI. Home folder is replaced by '/'.<br/>For example: folder 'a > b > c' would be returned as /a/b/c","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"folder path","name":"getFolderPath","parameters":[{"type":"","name":"folderId","comment":""}],"returnType":""},{"description":"Takes folder ID and returns a list of folder path segments as seen in UI. Home folder is replaced by '/'.<br/>For example: 'a > b > c' would be returned as [\"/\", \"a\", \"b\", \"c\"]","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"list of folder path segments","name":"getFolderPathSegments","parameters":[{"type":"","name":"folderId","comment":""}],"returnType":""},{"description":"Finds phases by title.","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"an array of <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.Phase\">Phase</a> objects.","name":"getPhasesByTitle","parameters":[{"type":"","name":"phaseTitle","comment":"the phase title to search."},{"type":"","name":"releaseId = None","comment":"the release id to search phases on (optional: will search phases in the current release if not provided)"}],"returnType":""},{"description":"Finds releases by title.","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"an array of <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.Release\">Release</a> objects.","name":"getReleasesByTitle","parameters":[{"type":"","name":"releaseTitle","comment":"the release title to search."}],"returnType":""},{"description":"Finds tasks by title.","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"an array of <a href=\"/jython-docs/#!/_PROD_VERSION_/service/com.xebialabs.xlrelease.domain.Task\">Task</a> objects.","name":"getTasksByTitle","parameters":[{"type":"","name":"taskTitle","comment":"the task title to search."},{"type":"","name":"phaseTitle = None","comment":"the phase title to search tasks on (optional: will search tasks in the whole release if not provided)."},{"type":"","name":"releaseId = None","comment":"the release id to search tasks on (optional: will search tasks in the current release if not provided)."}],"returnType":""},{"description":"Returns version of Digital.ai Release instance.","annotations":["com.xebialabs.xlplatform.documentation.PublicApiMember"],"returnDescription":"version of Digital.ai Release instance","name":"getVersion","parameters":[],"returnType":""}],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"XLReleaseApi"},{"methods":[],"description":"","annotations":["com.xebialabs.xlplatform.documentation.ShowOnlyPublicApiMembers"],"constructors":[],"name":"documentation"}]