public class TextFinderPublisher extends hudson.tasks.Recorder implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TextFinderPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
boolean |
alsoCheckConsoleOutput
True to also scan the whole console output
|
String |
fileSet |
String |
regexp |
boolean |
succeedIfFound |
boolean |
unstableIfFound |
| Constructor and Description |
|---|
TextFinderPublisher(String fileSet,
String regexp,
boolean succeedIfFound,
boolean unstableIfFound,
boolean alsoCheckConsoleOutput) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic final String fileSet
public final String regexp
public final boolean succeedIfFound
public final boolean unstableIfFound
public final boolean alsoCheckConsoleOutput
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2014. All Rights Reserved.