org.jenkinsci.plugins.testfairy
Class TestFairyAndroidRecorder.AndroidBuildEnvironment

java.lang.Object
  extended by org.jenkinsci.plugins.testfairy.TestFairyAndroidRecorder.AndroidBuildEnvironment
All Implemented Interfaces:
Serializable
Enclosing class:
TestFairyAndroidRecorder

public static class TestFairyAndroidRecorder.AndroidBuildEnvironment
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String jarsignerPath
           
 String zipalignPath
           
 String zipPath
           
 
Constructor Summary
TestFairyAndroidRecorder.AndroidBuildEnvironment(String zipPath, String jarsignerPath, String zipalignPath)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

zipPath

public String zipPath

jarsignerPath

public String jarsignerPath

zipalignPath

public String zipalignPath
Constructor Detail

TestFairyAndroidRecorder.AndroidBuildEnvironment

public TestFairyAndroidRecorder.AndroidBuildEnvironment(String zipPath,
                                                        String jarsignerPath,
                                                        String zipalignPath)
Parameters:
zipPath -
jarsignerPath -
zipalignPath -


Copyright © 2004-2015. All Rights Reserved.