@Extension public static class LoaderFromDir.LoaderFromDirDescriptor extends AbstractLoader.AbstractLoaderDescriptor
Constructor and Description |
---|
LoaderFromDirDescriptor() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doTestPathEnv(String pathEnv,
String extEnv,
String defaultEnv)
Test if the path Env is valid
|
hudson.util.FormValidation |
doTestPathHot(String pathHot,
String extHot)
Test if the path Hot is valid
|
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<AbstractLoader>
public hudson.util.FormValidation doTestPathHot(@QueryParameter(value="pathHot") String pathHot, @QueryParameter(value="extHot") String extHot)
pathHot
- path hot to testextHot
- ext hot to testpublic hudson.util.FormValidation doTestPathEnv(@QueryParameter(value="pathEnv") String pathEnv, @QueryParameter(value="extEnv") String extEnv, @QueryParameter(value="defaultEnv") String defaultEnv)
pathEnv
- path env to testextEnv
- ext env to testdefaultEnv
- default env file to testCopyright © 2016–2017. All rights reserved.