Package hudson.model.utils
Class ResultWriterPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
hudson.model.utils.ResultWriterPublisher
- All Implemented Interfaces:
- hudson.ExtensionPoint,- hudson.model.Describable<hudson.tasks.Publisher>,- hudson.tasks.BuildStep
public class ResultWriterPublisher
extends hudson.tasks.Recorder
Wrote build status to file
- Author:
- Kanstantsin Shautsou
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class hudson.tasks.Publisherhudson.tasks.Publisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStephudson.tasks.BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPointhudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields inherited from interface hudson.tasks.BuildStepBUILDERS, PUBLISHERS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionhudson.tasks.BuildStepMonitorbooleanperform(hudson.model.AbstractBuild<?, ?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) Methods inherited from class hudson.tasks.RecordergetDescriptorMethods inherited from class hudson.tasks.Publisherall, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayergetProjectAction, getProjectActions, perform, prebuild
- 
Constructor Details- 
ResultWriterPublisher
 
- 
- 
Method Details- 
getRequiredMonitorServicepublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
- 
performpublic boolean perform(hudson.model.AbstractBuild<?, ?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException- Specified by:
- performin interface- hudson.tasks.BuildStep
- Overrides:
- performin class- hudson.tasks.BuildStepCompatibilityLayer
- Throws:
- InterruptedException
- IOException
 
 
-