Method
FoundryCiManagerrun_shell
unstable since: 1.2
Declaration [src]
DexFuture*
foundry_ci_manager_run_shell (
FoundryCiManager* self,
FoundryCiJob* job,
FoundryCiRunOptions* options
)
Parameters
job-
Type:
FoundryCiJobA job whose environment should be opened.
The data is owned by the caller of the method. options-
Type:
FoundryCiRunOptionsOptions 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. |