Documentation
¶
Index ¶
- func BuildExecutorRequestPayload(e *ExecutorRequestPayload, s *StepConfig)
- type BitriseConfig
- type DesiredCaps
- type ExecutorRequestPayload
- type JobResponse
- type StepConfig
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildExecutorRequestPayload ¶
func BuildExecutorRequestPayload(e *ExecutorRequestPayload, s *StepConfig)
Types ¶
type BitriseConfig ¶
type BitriseConfig struct {
ReleaseId string `json:"releaseId"`
}
type DesiredCaps ¶
type ExecutorRequestPayload ¶
type ExecutorRequestPayload struct { DesiredCaps DesiredCaps `json:"desiredCaps,omitempty"` TestConfig TestConfig `json:"testConfig"` AzureConfig BitriseConfig `json:"azureConfig"` }
type JobResponse ¶
type StepConfig ¶
type StepConfig struct {
// contains filtered or unexported fields
}
func (*StepConfig) GetCommands ¶
func (stepConfig *StepConfig) GetCommands() string
func (*StepConfig) GetDeviceName ¶
func (stepConfig *StepConfig) GetDeviceName() string
func (*StepConfig) GetDevicePlatformVersion ¶
func (stepConfig *StepConfig) GetDevicePlatformVersion() string
func (*StepConfig) GetDevicePlatformname ¶
func (stepConfig *StepConfig) GetDevicePlatformname() string
func (*StepConfig) GetExecutorPassword ¶
func (stepConfig *StepConfig) GetExecutorPassword() string
func (*StepConfig) GetExecutorUrl ¶
func (stepConfig *StepConfig) GetExecutorUrl() string
func (*StepConfig) GetExecutorUsername ¶
func (stepConfig *StepConfig) GetExecutorUsername() string
func (*StepConfig) GetGitRepoBranch ¶
func (stepConfig *StepConfig) GetGitRepoBranch() string
func (*StepConfig) GetGitRepoUrl ¶
func (stepConfig *StepConfig) GetGitRepoUrl() string
func (*StepConfig) GetGitSSHKey ¶
func (stepConfig *StepConfig) GetGitSSHKey() string
func (*StepConfig) GetKobiAppId ¶
func (stepConfig *StepConfig) GetKobiAppId() string
func (*StepConfig) GetKobiPassword ¶
func (stepConfig *StepConfig) GetKobiPassword() string
func (*StepConfig) GetKobiUsername ¶
func (stepConfig *StepConfig) GetKobiUsername() string
func (*StepConfig) GetLogType ¶
func (stepConfig *StepConfig) GetLogType() string
func (*StepConfig) GetRootDirectory ¶
func (stepConfig *StepConfig) GetRootDirectory() string
func (*StepConfig) Init ¶
func (stepConfig *StepConfig) Init()
func (*StepConfig) IsUseCustomDevices ¶
func (stepConfig *StepConfig) IsUseCustomDevices() bool
func (*StepConfig) IsWaitForExecution ¶
func (stepConfig *StepConfig) IsWaitForExecution() bool
Click to show internal directories.
Click to hide internal directories.