Class JSONErrorCollector.JSONErrorPair
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.validator.JSONErrorCollector.JSONErrorPair
- All Implemented Interfaces:
groovy.lang.GroovyObject
- Enclosing class:
- JSONErrorCollector
public static final class JSONErrorCollector.JSONErrorPair
extends Object
implements groovy.lang.GroovyObject
-
Constructor Summary
ConstructorDescriptionJSONErrorPair
(com.github.fge.jackson.jsonpointer.JsonPointer location, String message) -
Method Summary
Modifier and TypeMethodDescriptionnet.sf.json.JSONObject
final com.github.fge.jackson.jsonpointer.JsonPointer
final String
groovy.lang.MetaClass
getProperty
(String property) invokeMethod
(String method, Object arguments) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value)
-
Constructor Details
-
JSONErrorPair
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
getMessage
-
getLocation
public final com.github.fge.jackson.jsonpointer.JsonPointer getLocation() -
getJsonError
public net.sf.json.JSONObject getJsonError()
-