@Extension public class ASTSchema extends Object implements RootAction
ExtensionPoint.LegacyInstancesAreScopedToHudson| 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 Actionpublic String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface 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.ProcessingException - if there are issues reading the schemaCopyright © 2016–2021. All rights reserved.