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
ConstructorsConstructorDescriptionJSONErrorPair(com.github.fge.jackson.jsonpointer.JsonPointer location, String message) -
Method Summary
Modifier and TypeMethodDescriptionnet.sf.json.JSONObjectfinal com.github.fge.jackson.jsonpointer.JsonPointerfinal Stringgroovy.lang.MetaClassgetProperty(String property) invokeMethod(String method, Object arguments) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value)
-
Constructor Details
-
JSONErrorPair
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject
-
getMessage
-
getLocation
public final com.github.fge.jackson.jsonpointer.JsonPointer getLocation() -
getJsonError
public net.sf.json.JSONObject getJsonError()
-