public final class InspectionDefinition extends hudson.model.AbstractDescribableImpl<InspectionDefinition>
| Modifier and Type | Class and Description |
|---|---|
static class |
InspectionDefinition.DescriptorImpl |
| Constructor and Description |
|---|
InspectionDefinition(boolean enabled,
String title,
String command,
String extractionRegEx,
String whitelistRegExList) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
String |
getExtractionRegEx() |
String |
getTitle() |
String |
getWhitelistRegExList() |
boolean |
isEnabled() |
Set<String> |
parse(String[] outputData) |
Copyright © 2004-2014. All Rights Reserved.