@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.Action
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public void doJson(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public static com.github.fge.jsonschema.main.JsonSchema getJSONSchema() throws com.github.fge.jsonschema.exceptions.ProcessingException
JsonSchema
form.com.github.fge.jsonschema.exceptions.ProcessingException
Copyright © 2016–2017. All rights reserved.