public static final class NodeJsCommandInterpreter.NodeJsDescriptor
extends hudson.model.Descriptor<hudson.tasks.Builder>
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getHelpFile() |
NodeJSInstallation[] |
getInstallations() |
hudson.tasks.Builder |
newInstance(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject json)
Retrieve the NodeJS script from the job configuration page, pass it
to a new command interpreter.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic hudson.tasks.Builder newInstance(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject json)
newInstance in class hudson.model.Descriptor<hudson.tasks.Builder>request - the Stapler requestjson - the JSON objectNodeJsCommandInterpreterpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public NodeJSInstallation[] getInstallations()
public String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Builder>Copyright © 2004-2016. All Rights Reserved.