public class Converter extends Object implements groovy.lang.GroovyObject
Modifier and Type | Field and Description |
---|---|
static String |
PIPELINE_SCRIPT_NAME |
Constructor and Description |
---|
Converter() |
Modifier and Type | Method and Description |
---|---|
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
static org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.fasterxml.jackson.databind.JsonNode |
jacksonJSONFromJSONObject(net.sf.json.JSONObject input) |
static org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.github.fge.jsonschema.tree.JsonTree |
jsonTreeFromJSONObject(net.sf.json.JSONObject input) |
static org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef |
parseFromWorkflowRun(org.jenkinsci.plugins.workflow.job.WorkflowRun run) |
static org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef |
scriptToPipelineDef(String script) |
static List<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep> |
scriptToPlainSteps(String script) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
static org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef |
urlToPipelineDef(URL src) |
static org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.github.fge.jsonschema.report.ProcessingReport |
validateJSONAgainstSchema(org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.fasterxml.jackson.databind.JsonNode jsonNode) |
static org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.github.fge.jsonschema.report.ProcessingReport |
validateJSONAgainstSchema(net.sf.json.JSONObject origJson) |
public static final String PIPELINE_SCRIPT_NAME
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public static org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.github.fge.jsonschema.report.ProcessingReport validateJSONAgainstSchema(net.sf.json.JSONObject origJson) throws org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.github.fge.jsonschema.exceptions.ProcessingException
org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.github.fge.jsonschema.exceptions.ProcessingException
public static org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.github.fge.jsonschema.report.ProcessingReport validateJSONAgainstSchema(org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.fasterxml.jackson.databind.JsonNode jsonNode) throws org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.github.fge.jsonschema.exceptions.ProcessingException
org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.github.fge.jsonschema.exceptions.ProcessingException
public static org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.fasterxml.jackson.databind.JsonNode jacksonJSONFromJSONObject(net.sf.json.JSONObject input)
public static org.jenkinsci.plugins.pipeline.modeldefinition.shaded.com.github.fge.jsonschema.tree.JsonTree jsonTreeFromJSONObject(net.sf.json.JSONObject input)
public static org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef urlToPipelineDef(URL src)
public static org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef scriptToPipelineDef(String script)
public static List<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep> scriptToPlainSteps(String script)
public static org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef parseFromWorkflowRun(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
Copyright © 2016–2017. All rights reserved.