org.jenkinsci.plugins.testfairy
Class Utils

java.lang.Object
  extended by org.jenkinsci.plugins.testfairy.Utils

public class Utils
extends Object


Constructor Summary
Utils()
           
 
Method Summary
static String createEmptyInstrumentedAndSignedFile()
           
static String downloadFromUrl(String urlString, PrintStream logger)
           
static String extractChangeLog(hudson.scm.ChangeLogSet<?> changeSet)
           
static String getApkFilePath(String appFile, TestFairyAndroidRecorder.AndroidBuildEnvironment testFairyEnvironment, hudson.EnvVars vars)
           
static String getFilePath(String file, String name, hudson.EnvVars vars, Boolean required)
           
static void setJenkinsUrl(hudson.EnvVars vars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

extractChangeLog

public static String extractChangeLog(hudson.scm.ChangeLogSet<?> changeSet)

downloadFromUrl

public static String downloadFromUrl(String urlString,
                                     PrintStream logger)
                              throws IOException
Throws:
IOException

getApkFilePath

public static String getApkFilePath(String appFile,
                                    TestFairyAndroidRecorder.AndroidBuildEnvironment testFairyEnvironment,
                                    hudson.EnvVars vars)
                             throws TestFairyException
Throws:
TestFairyException

getFilePath

public static String getFilePath(String file,
                                 String name,
                                 hudson.EnvVars vars,
                                 Boolean required)
                          throws TestFairyException
Throws:
TestFairyException

createEmptyInstrumentedAndSignedFile

public static String createEmptyInstrumentedAndSignedFile()
                                                   throws IOException
Throws:
IOException

setJenkinsUrl

public static void setJenkinsUrl(hudson.EnvVars vars)


Copyright © 2004-2015. All Rights Reserved.