@Extension public static final class FilesFoundTriggerConfig.DescriptorImpl extends hudson.model.Descriptor<FilesFoundTriggerConfig>
FilesFoundTriggerConfig class.| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.ComboBoxModel |
doFillNodeItems()
Get the items to display in the node combo box.
|
hudson.util.FormValidation |
doTestConfiguration(String node,
String directory,
String files,
String ignoredFiles,
String triggerNumber)
Test the entered trigger configuration.
|
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, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<FilesFoundTriggerConfig>public hudson.util.FormValidation doTestConfiguration(@QueryParameter(value="node")
String node,
@QueryParameter(value="directory")
String directory,
@QueryParameter(value="files")
String files,
@QueryParameter(value="ignoredFiles")
String ignoredFiles,
@QueryParameter(value="triggerNumber")
String triggerNumber)
throws IOException,
InterruptedException
node - the node on which to locate files (the master or a slave node)directory - the base directory to use when locating filesfiles - the pattern of files to locate under the base directoryignoredFiles - the pattern of files to ignore when searching under the base
directorytriggerNumber - the minimum number of found files to trigger the buildIOExceptionInterruptedExceptionpublic hudson.util.ComboBoxModel doFillNodeItems()
Copyright © 2016–2017. All rights reserved.