Class MachineIndependentTask
java.lang.Object
com.testdroid.jenkins.remotesupport.MachineIndependentTask
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MachineIndependentFileUploader
,MachineIndependentResultsDownloader
Testdroid Run in Cloud plugin
Run-In-Cloud Plugin
Usage: TODO
- Author:
- info@bitbar.com
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
-
Constructor Summary
ConstructorDescriptionMachineIndependentTask
(TestdroidCloudSettings.DescriptorImpl settings, IBitbarCredentials credentials) -
Method Summary
-
Field Details
-
cloudUrl
-
credentialsId
-
isProxy
public boolean isProxy -
noCheckCertificate
public boolean noCheckCertificate -
proxyHost
-
proxyPassword
-
proxyPort
-
proxyUser
-
credentials
-
-
Constructor Details
-
MachineIndependentTask
public MachineIndependentTask(TestdroidCloudSettings.DescriptorImpl settings, IBitbarCredentials credentials)
-