Method
FoundryDeployStrategyprepare
Declaration [src]
DexFuture*
foundry_deploy_strategy_prepare (
FoundryDeployStrategy* self,
FoundryProcessLauncher* launcher,
FoundryBuildPipeline* pipeline,
int pty_fd,
DexCancellable* cancellable
)
Description [src]
Prepares launcher to be able to run a command on the device with access
to a deployed installation of pipeline.
Parameters
launcher-
Type:
FoundryProcessLauncherA
FoundryProcessLauncherto prepare.The data is owned by the caller of the method. pipeline-
Type:
FoundryBuildPipelineA
FoundryBuildPipelinecontaining the build stages.The data is owned by the caller of the method. pty_fd-
Type:
intThe PTY device to use for stdin/stdout/stderr, or -1.
cancellable-
Type:
DexCancellableAn optional
DexCancellablefor cancellation.The argument can be NULL.The data is owned by the caller of the method.