@Extension public static final class FilesFoundTriggerConfig.DescriptorImpl extends hudson.model.Descriptor<FilesFoundTriggerConfig>
FilesFoundTriggerConfig class.| Constructor and Description |
|---|
FilesFoundTriggerConfig.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)
Test the entered trigger configuration.
|
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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 FilesFoundTriggerConfig.DescriptorImpl()
public 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)
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
directoryIOExceptionInterruptedExceptionpublic hudson.util.ComboBoxModel doFillNodeItems()
Copyright © 2004-2015. All Rights Reserved.