public class SaveHistory
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
SaveHistory.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
boolean |
exitOnFail |
String |
fname |
static String |
unifiedHistoryFile |
| Constructor and Description |
|---|
SaveHistory(String fname,
boolean exitOnFail) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
needsToRunAfterFinalized() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectActions, perform, prebuildpublic static final String unifiedHistoryFile
public final String fname
public final boolean exitOnFail
@DataBoundConstructor public SaveHistory(String fname, boolean exitOnFail)
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized in class hudson.tasks.Publisherpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2013. All Rights Reserved.