Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputExporter ¶
type OutputExporter interface { ZipAndExportOutput(artifact string, destinationZipPth, envKey string) error CopyAndSaveTestData(sourceTestOutputDir, targetAddonPath, targetAddonBundleName string) error }
func NewOutputExporter ¶
func NewOutputExporter() OutputExporter
type Step ¶
type Step struct {
// contains filtered or unexported fields
}
func New ¶
func New(logger log.Logger, inputParser stepconf.InputParser, xcodebuild xcodebuild.Xcodebuild, outputEnvStore env.Repository, outputExporter OutputExporter) Step
func (Step) ExportOutputs ¶
func (Step) InstallDependencies ¶
func (Step) ProcessConfig ¶
Click to show internal directories.
Click to hide internal directories.