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

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

public class GnathtmlArchiver
extends hudson.tasks.Publisher
implements java.io.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.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static GnathtmlArchiver.GnathtmlArchiverDescriptor DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
GnathtmlArchiver(java.lang.String gnatName, java.lang.String switches, java.lang.String adafiles, boolean keepAll)
           
 
Method Summary
 java.lang.String getAdafiles()
           
 hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
           
 java.lang.String getGnatName()
           
 hudson.model.Action getProjectAction(hudson.model.Project project)
           
 java.lang.String getSwitches()
           
 boolean isKeepAll()
           
 boolean needsToRunAfterFinalized()
           
 boolean perform(hudson.model.Build<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 boolean prebuild(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Publisher
all, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, 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
getProjectAction, perform
 

Field Detail

DESCRIPTOR

public static final GnathtmlArchiver.GnathtmlArchiverDescriptor DESCRIPTOR
Constructor Detail

GnathtmlArchiver

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

getSwitches

public java.lang.String getSwitches()

getAdafiles

public java.lang.String getAdafiles()

isKeepAll

public boolean isKeepAll()

getGnatName

public java.lang.String getGnatName()

needsToRunAfterFinalized

public boolean needsToRunAfterFinalized()
Overrides:
needsToRunAfterFinalized in class hudson.tasks.Publisher

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.Build<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws java.lang.InterruptedException,
                       java.io.IOException
Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
Throws:
java.lang.InterruptedException
java.io.IOException

getDescriptor

public hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>
Overrides:
getDescriptor in class hudson.tasks.Publisher

getProjectAction

public hudson.model.Action getProjectAction(hudson.model.Project project)
Overrides:
getProjectAction in class hudson.tasks.Publisher


Copyright © 2009. All Rights Reserved.