@Extension public class ASTSchema extends Object implements hudson.model.RootAction
| Modifier and Type | Field and Description |
|---|---|
static String |
AST_SCHEMA_URL |
| Constructor and Description |
|---|
ASTSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
doJson(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
String |
getIconFileName() |
static com.github.fge.jsonschema.main.JsonSchema |
getJSONSchema()
Get the Pipeline Config AST JSON schema.
|
String |
getUrlName() |
public static final String AST_SCHEMA_URL
public String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic void doJson(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic static com.github.fge.jsonschema.main.JsonSchema getJSONSchema()
throws com.github.fge.jsonschema.exceptions.ProcessingException
JsonSchema form.com.github.fge.jsonschema.exceptions.ProcessingExceptionCopyright © 2016–2017. All rights reserved.