hudson.plugins.filesfoundtrigger
public final class FilesFoundTriggerCause extends hudson.model.Cause
FilesFoundTrigger.| Modifier and Type | Class and Description |
|---|---|
static class |
FilesFoundTriggerCause.ConverterImpl
Converter implementation for XStream. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDirectory()
Get the base directory that was used when locating files.
|
String |
getFiles()
Get the pattern of files that were located under the base directory.
|
String |
getIgnoredFiles()
Get the pattern of files that were ignored when searching under the base
directory.
|
String |
getShortDescription() |
int |
hashCode() |
String |
toString() |
@Exported(visibility=3) public String getDirectory()
@Exported(visibility=3) public String getFiles()
@Exported(visibility=3) public String getIgnoredFiles()
public String getShortDescription()
getShortDescription in class hudson.model.CauseCopyright © 2004-2015. All Rights Reserved.