|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectjavaposse.jobdsl.dsl.helpers.UrlTriggerInspectionContext
class UrlTriggerInspectionContext
Context for configuring inspections that support paths/RegExps.
Nested Class Summary | |
---|---|
enum |
UrlTriggerInspectionContext.Inspection
Enumeration of inspections with their respective element names in XML |
Property Summary | |
---|---|
java.lang.Object |
expressions
|
Inspection |
type
|
Constructor Summary | |
UrlTriggerInspectionContext(UrlTriggerInspectionContext.Inspection type)
|
Method Summary | |
---|---|
java.lang.Object
|
path(java.lang.String path)
Adds a JSON/XPATH path expression to the inspection. |
java.lang.Object
|
regexp(java.lang.String exp)
Adds a RegExp for TEXT inspections. |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
java.lang.Object expressions
Inspection type
Constructor Detail |
---|
UrlTriggerInspectionContext(UrlTriggerInspectionContext.Inspection type)
Method Detail |
---|
java.lang.Object path(java.lang.String path)
path
- expression to add
java.lang.Object regexp(java.lang.String exp)
exp
- regular expression to add
Groovy Documentation