...
Required Parameters
Name | Type | Description |
---|---|---|
File | No description. |
Optional Parameters
Name | Type | Description |
---|---|---|
boolean | Refresh the specificaction list (updating the index file) Default value is false | |
ArrayList | This list of repositories. | |
String | Set this to a Repository name defined in the pom.xml. | |
String | Sets a filter to filter the output of the specs. The filter should have a specific syntax:
| |
Parameter Details
Anchor | ||||
---|---|---|---|---|
|
Refresh the specificaction list (updating the index file)
Type | boolean |
---|---|
Required | No |
Expression | ${greenpepper.refresh} |
Default | false |
Anchor | ||||
---|---|---|---|---|
|
No Description.
Type | java.io.File |
---|---|
Required | Yes |
Expression | ${project.build.directory}/greenpepper-reports |
Anchor | ||||
---|---|---|---|---|
|
This list of repositories.
Type | java.util.ArrayList |
---|---|
Required | No |
Anchor | ||||
---|---|---|---|---|
|
Set this to a Repository name defined in the pom.xml.
Type | java.lang.String |
---|---|
Required | No |
Expression | ${gp.repo} |
Anchor | ||||
---|---|---|---|---|
|
Sets a filter to filter the output of the specs. The filter should have a specific syntax:
...
sun
: all specifications having the substring 'sun'[RE]taurus
: the specification matching exactly 'taurus'[I]
: all implemented specifications[!I]
: all non implemented specifications[!I]dummy
: all non implemented specifications having the substring 'dummy'[I][RE]'.*moon[^dab]+'
: all implemented specifications having the RE '.*moon[^dab]+'
Type | java.lang.String |
---|---|
Required | No |
Expression | ${gp.specFilter} |