@Symbol(value="nodejsci")
@Extension
public static final class NodeJSCommandInterpreter.NodeJsDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
NodeJsDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckConfigId(hudson.model.ItemGroup<?> context,
String configId)
Verify that the given configId exists in the given context.
|
hudson.util.ListBoxModel |
doFillConfigIdItems(hudson.model.ItemGroup<?> context)
Gather all defined npmrc config files.
|
String |
getDisplayName()
Customise the name of this job step.
|
String |
getHelpFile()
Return the help file.
|
NodeJSInstallation[] |
getInstallations() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Builder>public NodeJSInstallation[] getInstallations()
public hudson.util.ListBoxModel doFillConfigIdItems(@AncestorInPath
hudson.model.ItemGroup<?> context)
context - where loopuppublic hudson.util.FormValidation doCheckConfigId(@Nullable @AncestorInPath hudson.model.ItemGroup<?> context, @CheckForNull @QueryParameter String configId)
context - where lookupconfigId - the identifier of an npmrc fileCopyright © 2016–2018. All rights reserved.