class TestExecution extends Model (View source)

Properties

protected $environmentType
protected $environmentDataType
string $id
string $matrixId
string $projectId
protected $shardType
protected $shardDataType
string $state
protected $testDetailsType
protected $testDetailsDataType
protected $testSpecificationType
protected $testSpecificationDataType
string $timestamp
protected $toolResultsStepType
protected $toolResultsStepDataType

Methods

setEnvironment(Environment $environment)

No description

getEnvironment()

No description

setId($id)

No description

string
getId()

No description

setMatrixId($matrixId)

No description

string
getMatrixId()

No description

setProjectId($projectId)

No description

string
getProjectId()

No description

setShard(Shard $shard)

No description

getShard()

No description

setState($state)

No description

string
getState()

No description

setTestDetails(TestDetails $testDetails)

No description

getTestDetails()

No description

setTestSpecification(TestSpecification $testSpecification)

No description

setTimestamp($timestamp)

No description

string
getTimestamp()

No description

setToolResultsStep(ToolResultsStep $toolResultsStep)

No description

Details

setEnvironment(Environment $environment)

No description

Parameters

Environment $environment

Environment getEnvironment()

No description

Return Value

Environment

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setMatrixId($matrixId)

No description

Parameters

$matrixId

string getMatrixId()

No description

Return Value

string

setProjectId($projectId)

No description

Parameters

$projectId

string getProjectId()

No description

Return Value

string

setShard(Shard $shard)

No description

Parameters

Shard $shard

Shard getShard()

No description

Return Value

Shard

setState($state)

No description

Parameters

$state

string getState()

No description

Return Value

string

setTestDetails(TestDetails $testDetails)

No description

Parameters

TestDetails $testDetails

TestDetails getTestDetails()

No description

Return Value

TestDetails

setTestSpecification(TestSpecification $testSpecification)

No description

Parameters

TestSpecification $testSpecification

TestSpecification getTestSpecification()

No description

Return Value

TestSpecification

setTimestamp($timestamp)

No description

Parameters

$timestamp

string getTimestamp()

No description

Return Value

string

setToolResultsStep(ToolResultsStep $toolResultsStep)

No description

Parameters

ToolResultsStep $toolResultsStep

ToolResultsStep getToolResultsStep()

No description

Return Value

ToolResultsStep