@Symbol(value="ipythonBuilder")
@Extension
public static final class IPythonBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckCode(String code)
Do check code form validation.
|
hudson.util.FormValidation |
doCheckFilePath(String filePath)
Do check file path form validation.
|
hudson.util.FormValidation |
doCheckTask(String task)
Do check task form validation.
|
hudson.util.ListBoxModel |
doFillKernelNameItems(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder)
Do fill kernel name items list box model.
|
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic hudson.util.FormValidation doCheckCode(@QueryParameter
String code)
code - the codepublic hudson.util.FormValidation doCheckFilePath(@QueryParameter
String filePath)
filePath - the file pathpublic hudson.util.FormValidation doCheckTask(@QueryParameter
String task)
task - the taskpublic hudson.util.ListBoxModel doFillKernelNameItems(@AncestorInPath
com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder)
folder - the folderpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>Copyright © 2016–2020. All rights reserved.