com.thalesgroup.hudson.plugins.gnat.gnatmake
Class GnatmakeBuilder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
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 classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
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 |
DESCRIPTOR
@Extension
public static final GnatmakeBuilder.GnatmakeBuilderDescriptor DESCRIPTOR
GnatmakeBuilder
@DataBoundConstructor
public GnatmakeBuilder(String gnatName,
String switches,
String fileNames,
String modeSwitches)
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.