model

package
v0.0.0-...-dc09e8c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

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 DesiredCaps struct {
	DeviceName      string `json:"deviceName,omitempty"`
	PlatformVersion string `json:"platformVersion,omitempty"`
	PlatformName    string `json:"platformName,omitempty"`
	AppId           string `json:"appId,omitempty"`
}

type ExecutorRequestPayload

type ExecutorRequestPayload struct {
	DesiredCaps DesiredCaps   `json:"desiredCaps,omitempty"`
	TestConfig  TestConfig    `json:"testConfig"`
	AzureConfig BitriseConfig `json:"azureConfig"`
}

type JobResponse

type JobResponse struct {
	ID     string `json:"id"`
	Status string `json:"status"`
}

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

type TestConfig

type TestConfig struct {
	Git           string   `json:"git"`
	Ssh           string   `json:"ssh"`
	Branch        string   `json:"branch"`
	RootDirectory string   `json:"rootDirectory,omitempty`
	Commands      []string `json:"commands"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL