com.polarion.alm.builder.model.IBuildArtifactSelector
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| static, final, String | MATCH_ALL | match everything - asterisk (*) |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getGroupId() | Group id (if any). |
| String | getArtifactId() | Artifact id (if any). |
| String | getRepositoryTag() | Repository tag (if any). |
Back to Index