com.thalesgroup.hudson.plugins.gnat.util
Class GnatUtil

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.gnat.util.GnatUtil

public class GnatUtil
extends Object


Constructor Summary
GnatUtil()
           
 
Method Summary
static void addTokenIfExist(String token, hudson.util.ArgumentListBuilder args, boolean replaceMacro, hudson.model.AbstractBuild<?,?> build, String... beforeArgs)
           
static String getExecutable(GnatInstallation[] installations, String selectGnatLogicalName, hudson.Launcher launcher, hudson.model.BuildListener listener, GnatInstallation.GNAT_TYPE gnatType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GnatUtil

public GnatUtil()
Method Detail

getExecutable

public static String getExecutable(GnatInstallation[] installations,
                                   String selectGnatLogicalName,
                                   hudson.Launcher launcher,
                                   hudson.model.BuildListener listener,
                                   GnatInstallation.GNAT_TYPE gnatType)
                            throws GnatException
Throws:
GnatException

addTokenIfExist

public static void addTokenIfExist(String token,
                                   hudson.util.ArgumentListBuilder args,
                                   boolean replaceMacro,
                                   hudson.model.AbstractBuild<?,?> build,
                                   String... beforeArgs)
                            throws IOException,
                                   InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2004-2012. All Rights Reserved.