com.thalesgroup.hudson.plugins.gnat.gnatmake
Class GnatmakeBuilder

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Builder
          extended by com.thalesgroup.hudson.plugins.gnat.gnatmake.GnatmakeBuilder
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Builder>, hudson.tasks.BuildStep

public class GnatmakeBuilder
extends hudson.tasks.Builder

Author:
Gregory Boissinot

Nested Class Summary
static class GnatmakeBuilder.GnatmakeBuilderDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static GnatmakeBuilder.GnatmakeBuilderDescriptor DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
GnatmakeBuilder(String gnatName, String switches, String fileNames, String modeSwitches)
           
 
Method Summary
 String getFileNames()
           
 String getGnatName()
           
 String getModeSwitches()
           
 String getSwitches()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Builder
all, getDescriptor, getRequiredMonitorService, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
 
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, getProjectActions, prebuild
 

Field Detail

DESCRIPTOR

@Extension
public static final GnatmakeBuilder.GnatmakeBuilderDescriptor DESCRIPTOR
Constructor Detail

GnatmakeBuilder

@DataBoundConstructor
public GnatmakeBuilder(String gnatName,
                                            String switches,
                                            String fileNames,
                                            String modeSwitches)
Method Detail

getSwitches

public String getSwitches()

getFileNames

public String getFileNames()

getModeSwitches

public String getModeSwitches()

getGnatName

public String getGnatName()

perform

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


Copyright © 2004-2012. All Rights Reserved.