testflight
Class TestflightRemoteRecorder
java.lang.Object
testflight.TestflightRemoteRecorder
- All Implemented Interfaces:
- hudson.remoting.Callable<Object,Throwable>, Serializable
public class TestflightRemoteRecorder
- extends Object
- implements hudson.remoting.Callable<Object,Throwable>, Serializable
Code for sending a build to TestFlight which can run on a master or slave.
When the ipa/apk file or optional dsym file are not specified, this class first tries to resolve their paths, searching them inside the workspace.
- See Also:
- Serialized Form
|
Constructor Summary |
TestflightRemoteRecorder(String remoteWorkspace,
testflight.TestflightUploader.UploadRequest uploadRequest,
hudson.model.BuildListener listener)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestflightRemoteRecorder
public TestflightRemoteRecorder(String remoteWorkspace,
testflight.TestflightUploader.UploadRequest uploadRequest,
hudson.model.BuildListener listener)
call
public Object call()
throws Throwable
- Specified by:
call in interface hudson.remoting.Callable<Object,Throwable>
- Throws:
Throwable
Copyright © 2004-2013. All Rights Reserved.