testflight
Class TestflightRemoteRecorder
java.lang.Object
testflight.TestflightRemoteRecorder
- All Implemented Interfaces:
- hudson.remoting.Callable<java.lang.Object,java.lang.Throwable>, java.io.Serializable
public class TestflightRemoteRecorder
- extends java.lang.Object
- implements hudson.remoting.Callable<java.lang.Object,java.lang.Throwable>, java.io.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(java.lang.String remoteWorkspace,
testflight.TestflightUploader.UploadRequest uploadRequest,
hudson.model.BuildListener listener)
|
|
Method Summary |
java.lang.Object |
call()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestflightRemoteRecorder
public TestflightRemoteRecorder(java.lang.String remoteWorkspace,
testflight.TestflightUploader.UploadRequest uploadRequest,
hudson.model.BuildListener listener)
call
public java.lang.Object call()
throws java.lang.Throwable
- Specified by:
call in interface hudson.remoting.Callable<java.lang.Object,java.lang.Throwable>
- Throws:
java.lang.Throwable
Copyright © 2004-2013. All Rights Reserved.