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

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

public class GnatUtil
extends java.lang.Object


Constructor Summary
GnatUtil()
           
 
Method Summary
static void addTokenIfExist(java.lang.String token, hudson.util.ArgumentListBuilder args, boolean replaceMacro, hudson.model.AbstractBuild<?,?> build, java.lang.String... beforeArgs)
           
static java.lang.String getExecutable(GnatInstallation[] installations, java.lang.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 java.lang.String getExecutable(GnatInstallation[] installations,
                                             java.lang.String selectGnatLogicalName,
                                             hudson.Launcher launcher,
                                             hudson.model.BuildListener listener,
                                             GnatInstallation.GNAT_TYPE gnatType)
                                      throws GnatException
Throws:
GnatException

addTokenIfExist

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


Copyright © 2009. All Rights Reserved.