SandboxedInvocationExecution
public
class
SandboxedInvocationExecution
extends InvocationExecution
Special sandbox execution of the invocation: This is the InvocationExection for when we are
inside the sandbox running the command. The build should already be available in the context.
Summary
Public methods |
boolean
|
fetchBuild(TestInformation testInfo, IConfiguration config, IRescheduler rescheduler, ITestInvocationListener listener)
Execute the build_provider step of the invocation.
|
Public constructors
SandboxedInvocationExecution
public SandboxedInvocationExecution ()
Public methods
public boolean fetchBuild (TestInformation testInfo,
IConfiguration config,
IRescheduler rescheduler,
ITestInvocationListener listener)
Execute the build_provider step of the invocation.
Parameters |
testInfo |
TestInformation : the TestInformation of the invocation. |
config |
IConfiguration : the IConfiguration of this test run. |
rescheduler |
IRescheduler : the IRescheduler , for rescheduling portions of the invocation for
execution on another resource(s) |
listener |
ITestInvocationListener : the ITestInvocation to report build download failures. |
Returns |
boolean |
True if we successfully downloaded the build, false otherwise. |