Versions in this module Expand all Collapse all v1 v1.0.0 Apr 21, 2022 Changes in this version + func BuildExecutorRequestPayload(e *ExecutorRequestPayload, s *StepConfig) + type BitriseConfig struct + ReleaseId string + type DesiredCaps struct + AppId string + DeviceName string + PlatformName string + PlatformVersion string + type ExecutorRequestPayload struct + AzureConfig BitriseConfig + DesiredCaps DesiredCaps + TestConfig TestConfig + type JobResponse struct + ID string + Status string + type StepConfig struct + func (stepConfig *StepConfig) GetCommands() string + func (stepConfig *StepConfig) GetDeviceName() string + func (stepConfig *StepConfig) GetDevicePlatformVersion() string + func (stepConfig *StepConfig) GetDevicePlatformname() string + func (stepConfig *StepConfig) GetExecutorPassword() string + func (stepConfig *StepConfig) GetExecutorUrl() string + func (stepConfig *StepConfig) GetExecutorUsername() string + func (stepConfig *StepConfig) GetGitRepoBranch() string + func (stepConfig *StepConfig) GetGitRepoUrl() string + func (stepConfig *StepConfig) GetGitSSHKey() string + func (stepConfig *StepConfig) GetKobiAppId() string + func (stepConfig *StepConfig) GetKobiPassword() string + func (stepConfig *StepConfig) GetKobiUsername() string + func (stepConfig *StepConfig) GetLogType() string + func (stepConfig *StepConfig) GetRootDirectory() string + func (stepConfig *StepConfig) Init() + func (stepConfig *StepConfig) IsUseCustomDevices() bool + func (stepConfig *StepConfig) IsWaitForExecution() bool + type TestConfig struct + Branch string + Commands []string + Git string + RootDirectory string + Ssh string