Skip navigation links
B C D E F G H I M N R S T _ 

B

buildEnvironmentFor(Run, EnvVars, TaskListener) - Method in class hudson.plugins.filesfoundtrigger.FilesFoundEnvironmentContributor

C

Cause(Object, Object, Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key Cause: Started due to files found on node "{0}" in directory "{1}" matching pattern "{2}".
CauseWithIgnoredFiles(Object, Object, Object, Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key CauseWithIgnoredFiles: Started due to files found on node "{0}" in directory "{1}" matching pattern "{2}" but not "{3}".
ConverterImpl(Mapper) - Constructor for class hudson.plugins.filesfoundtrigger.FilesFoundTrigger.ConverterImpl
Class constructor.
ConverterImpl(Mapper) - Constructor for class hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause.ConverterImpl
Class constructor.
ConverterImpl(Mapper) - Constructor for class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig.ConverterImpl
Class constructor.

D

DescriptorImpl() - Constructor for class hudson.plugins.filesfoundtrigger.FilesFoundTrigger.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig.DescriptorImpl
 
DirectoryNotFound(Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key DirectoryNotFound: {@code Directory not found.
DirectoryNotSpecified() - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key DirectoryNotSpecified: Directory not specified..
DisplayName() - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key DisplayName: Build when certain files are found.
doFillNodeItems() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig.DescriptorImpl
Get the items to display in the node combo box.
doTestConfiguration(String, String, String, String, String) - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig.DescriptorImpl
Test the entered trigger configuration.

E

equals(Object) - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause
equals(Object) - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig

F

FilesFoundEnvironmentContributor - Class in hudson.plugins.filesfoundtrigger
Contributes environment variables to builds that were caused by the FilesFoundTrigger.
FilesFoundEnvironmentContributor() - Constructor for class hudson.plugins.filesfoundtrigger.FilesFoundEnvironmentContributor
 
FilesFoundTrigger - Class in hudson.plugins.filesfoundtrigger
Build trigger that schedules a build when certain files are found.
FilesFoundTrigger(String, List<FilesFoundTriggerConfig>) - Constructor for class hudson.plugins.filesfoundtrigger.FilesFoundTrigger
Create a new FilesFoundTrigger.
FilesFoundTrigger.ConverterImpl - Class in hudson.plugins.filesfoundtrigger
Converter implementation for XStream.
FilesFoundTrigger.DescriptorImpl - Class in hudson.plugins.filesfoundtrigger
Registers FilesFoundTrigger as a Trigger extension.
FilesFoundTriggerCause - Class in hudson.plugins.filesfoundtrigger
The cause of a build that was started by a FilesFoundTrigger.
FilesFoundTriggerCause.ConverterImpl - Class in hudson.plugins.filesfoundtrigger
Converter implementation for XStream.
FilesFoundTriggerConfig - Class in hudson.plugins.filesfoundtrigger
Pattern of files to locate within a single directory.
FilesFoundTriggerConfig(String, String, String, String, String) - Constructor for class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig
FilesFoundTriggerConfig.ConverterImpl - Class in hudson.plugins.filesfoundtrigger
Converter implementation for XStream.
FilesFoundTriggerConfig.DescriptorImpl - Class in hudson.plugins.filesfoundtrigger
Descriptor for the FilesFoundTriggerConfig class.
FilesNotSpecified() - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key FilesNotSpecified: Files not specified..

G

getClassDescriptor() - Static method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig
Get the descriptor of this class.
getConfigs() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTrigger
Get the list of configured file patterns.
getDirectory() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause
Get the base directory that was used when locating files.
getDirectory() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig
Get the base directory to use when locating files.
getDisplayName() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTrigger.DescriptorImpl
getDisplayName() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig.DescriptorImpl
getFiles() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause
Get the pattern of files that were located under the base directory.
getFiles() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig
Get the pattern of files to locate under the base directory.
getIgnoredFiles() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause
Get the pattern of files that were ignored when searching under the base directory.
getIgnoredFiles() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig
Get the pattern of files to ignore when searching under the base directory.
getNode() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause
Get the node on which the files were found.
getNode() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig
Get the slave node on which to look for files, or null if the master will be used.
getShortDescription() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause
getTriggerNumber() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause
Get the minimum number of found files to trigger the build.
getTriggerNumber() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig
Get the minimum number of found files to trigger the build.

H

hashCode() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause
hashCode() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig
hudson.plugins.filesfoundtrigger - package hudson.plugins.filesfoundtrigger
 

I

isApplicable(Item) - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTrigger.DescriptorImpl

M

Messages - Class in hudson.plugins.filesfoundtrigger
Generated localization support class.
Messages() - Constructor for class hudson.plugins.filesfoundtrigger.Messages
 
MultipleFilesFound(Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key MultipleFilesFound: {0} files found..

N

NodeNotFound(Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key NodeNotFound: Slave node "{0}" has not been added to Jenkins..
NodeOffline(Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key NodeOffline: Slave node "{0}" is offline..
NoFilesFound() - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key NoFilesFound: Files not found..

R

run() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTrigger

S

SingleFileFound(Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key SingleFileFound: File found: "{0}"..

T

toString() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTrigger
toString() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause
toString() - Method in class hudson.plugins.filesfoundtrigger.FilesFoundTriggerConfig

_

_Cause(Object, Object, Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key Cause: Started due to files found on node "{0}" in directory "{1}" matching pattern "{2}".
_CauseWithIgnoredFiles(Object, Object, Object, Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key CauseWithIgnoredFiles: Started due to files found on node "{0}" in directory "{1}" matching pattern "{2}" but not "{3}".
_DirectoryNotFound(Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key DirectoryNotFound: {@code Directory not found.
_DirectoryNotSpecified() - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key DirectoryNotSpecified: Directory not specified..
_DisplayName() - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key DisplayName: Build when certain files are found.
_FilesNotSpecified() - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key FilesNotSpecified: Files not specified..
_MultipleFilesFound(Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key MultipleFilesFound: {0} files found..
_NodeNotFound(Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key NodeNotFound: Slave node "{0}" has not been added to Jenkins..
_NodeOffline(Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key NodeOffline: Slave node "{0}" is offline..
_NoFilesFound() - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key NoFilesFound: Files not found..
_SingleFileFound(Object) - Static method in class hudson.plugins.filesfoundtrigger.Messages
Key SingleFileFound: File found: "{0}"..
B C D E F G H I M N R S T _ 
Skip navigation links

Copyright © 2016–2017. All rights reserved.