...
Parameter | Description |
---|---|
| Access token generated from the SeaLights server |
| Path to file containing the access token generated from the SeaLights server |
| Session ID of configuration created |
| Path to file containing the Session ID of configuration created |
| Path to the source workspace |
| Recursive search all folders under the workspace path |
| Relative path from user.dir to the workspace (specify the relative path from the .git folder up to com) Example: src/java |
| A path to a json file that is in the following format: |
| Exit with an error code if an error is encountered |
| Comma-separated list of files to exclude from scan Supports wildcards (* = any string, ? = any character). For example: '*-with-dependencies.jar , bad-bad?.war, *-source.jar' DON’T use comma separated file names or paths like "SpecificFileName1.class,specificFileName2.class" OR "some/sub/folder/*Test.class,another/folder/*/resources/*" Don’t use dot separated packages such as |
| Comma-separated list of files to include in scan Supports wildcards (* = any string, ? = any character). For example: '*-with-dependencies.jar , DON’T use comma separated file names or paths like "SpecificFileName1.class,specificFileName2.class" OR "some/sub/folder/*Test.class,another/folder/*/resources/*" Don’t use dot separated packages such as |
| Module name, the module name used in the pom.xml file Example: my-app |
| Do not generate Sealights property file |
| Path of Sealights property file to generate. Default is 'sealights.properties' |
| Optional: Path to a json file with metadata regarding the build |
| Address of proxy to run connection through |
| The provider name of your Source Control Management (SCM) tool. Values: Github, Bitbucket and Gitlab (Default is Github) |
| The URL to the repository which contains the code. If not provided, the url of the remote GIT origin will be used |
| The version of your Source Control Management (SCM) tool. If not provided, cloud version is assumed |
| Search for git information. Values: git, none (Default is git) |
| Path to JSON format method filter rules file, format described here |
...