Method

FoundryCiManagerrun_shell

unstable since: 1.2

Declaration [src]

DexFuture*
foundry_ci_manager_run_shell (
  FoundryCiManager* self,
  FoundryCiJob* job,
  FoundryCiRunOptions* options
)

Description [src]

Starts a shell using the provider which created job.

Available since: 1.2

Parameters

job

Type: FoundryCiJob

A job whose environment should be opened.

The data is owned by the caller of the method.
options

Type: FoundryCiRunOptions

Options for the shell.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: DexFuture

A DexFuture that resolves to a FoundryCiRun or rejects with error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.