View source: R/codegurureviewer_operations.R
codegurureviewer_list_code_reviews | R Documentation |
Lists all the code reviews that the customer has created in the past 90 days.
See https://www.paws-r-sdk.com/docs/codegurureviewer_list_code_reviews/ for full documentation.
codegurureviewer_list_code_reviews(
ProviderTypes = NULL,
States = NULL,
RepositoryNames = NULL,
Type,
MaxResults = NULL,
NextToken = NULL
)
ProviderTypes |
List of provider types for filtering that needs to be applied before
displaying the result. For example, |
States |
List of states for filtering that needs to be applied before displaying
the result. For example, The valid code review states are:
|
RepositoryNames |
List of repository names for filtering that needs to be applied before displaying the result. |
Type |
[required] The type of code reviews to list in the response. |
MaxResults |
The maximum number of results that are returned per call. The default is 100. |
NextToken |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.