com.thalesgroup.hudson.plugins.gnat.gnathtml
Class GnathtmlArchiver

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Recorder
              extended by com.thalesgroup.hudson.plugins.gnat.gnathtml.GnathtmlArchiver
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep, Serializable

public class GnathtmlArchiver
extends hudson.tasks.Recorder
implements Serializable

Version:
1.0 Initial Version
Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
protected static class GnathtmlArchiver.BaseGnathtmlAction
           
static class GnathtmlArchiver.GnathtmlAction
           
static class GnathtmlArchiver.GnathtmlArchiverDescriptor
           
static class GnathtmlArchiver.GnathtmlBuildAction
           
 
Nested classes/interfaces inherited from class hudson.tasks.Publisher
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static GnathtmlArchiver.GnathtmlArchiverDescriptor DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
GnathtmlArchiver(String gnatName, String switches, String adafiles, boolean keepAll)
           
 
Method Summary
 String getAdafiles()
           
 String getGnatName()
           
 hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 String getSwitches()
           
 boolean isKeepAll()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 boolean prebuild(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Recorder
getDescriptor
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectActions, perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.tasks.BuildStep
getProjectActions
 

Field Detail

DESCRIPTOR

@Extension(ordinal=8.0)
public static final GnathtmlArchiver.GnathtmlArchiverDescriptor DESCRIPTOR
Constructor Detail

GnathtmlArchiver

@DataBoundConstructor
public GnathtmlArchiver(String gnatName,
                                             String switches,
                                             String adafiles,
                                             boolean keepAll)
Method Detail

getSwitches

public String getSwitches()

getAdafiles

public String getAdafiles()

isKeepAll

public boolean isKeepAll()

getGnatName

public String getGnatName()

prebuild

public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
                        hudson.model.BuildListener listener)
Specified by:
prebuild in interface hudson.tasks.BuildStep
Overrides:
prebuild in class hudson.tasks.BuildStepCompatibilityLayer

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws InterruptedException,
                       IOException
Specified by:
perform in interface hudson.tasks.BuildStep
Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
Throws:
InterruptedException
IOException

getProjectAction

public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
Specified by:
getProjectAction in interface hudson.tasks.BuildStep
Overrides:
getProjectAction in class hudson.tasks.BuildStepCompatibilityLayer

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Specified by:
getRequiredMonitorService in interface hudson.tasks.BuildStep


Copyright © 2004-2012. All Rights Reserved.