... | ... | @@ -62,4 +62,5 @@ http://<local_ip>:3002/analysis?new=T&user=<github-user>&token=<github-token>&ur |
|
|
|:------------:|:---------------------------------------------------------------:|:--------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
|
| url | The URL of the repository to be analyzed | String | - |
|
|
|
| user | The user name of the repository owner | string | - |
|
|
|
| token | Private access token in the case of private repo | string | Example: GitHub private access token | |
|
|
\ No newline at end of file |
|
|
| token | Private access token in the case of private repo | string | Example: GitHub private access token |
|
|
|
| type | whether to run a full, hotspots-only, static-only, acceleration or history analysis. Supported values: ['full', 'hotspots', 'static', 'acceleration', 'history'] | string | This parameter implements the selection between the toolbox components as well as their individual functionalities | |
|
|
\ No newline at end of file |