class Environment extends Collection (View source)

Properties

protected $collection_key
protected $completionTimeType
protected $completionTimeDataType
protected $creationTimeType
protected $creationTimeDataType
protected $dimensionValueType
protected $dimensionValueDataType
string $displayName
string $environmentId
protected $environmentResultType
protected $environmentResultDataType
string $executionId
string $historyId
string $projectId
protected $resultsStorageType
protected $resultsStorageDataType
protected $shardSummariesType
protected $shardSummariesDataType

Methods

setCompletionTime(Timestamp $completionTime)

No description

getCompletionTime()

No description

setCreationTime(Timestamp $creationTime)

No description

getCreationTime()

No description

setDimensionValue($dimensionValue)

No description

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setEnvironmentId($environmentId)

No description

string
getEnvironmentId()

No description

setEnvironmentResult(MergedResult $environmentResult)

No description

setExecutionId($executionId)

No description

string
getExecutionId()

No description

setHistoryId($historyId)

No description

string
getHistoryId()

No description

setProjectId($projectId)

No description

string
getProjectId()

No description

setResultsStorage(ResultsStorage $resultsStorage)

No description

setShardSummaries($shardSummaries)

No description

getShardSummaries()

No description

Details

setCompletionTime(Timestamp $completionTime)

No description

Parameters

Timestamp $completionTime

Timestamp getCompletionTime()

No description

Return Value

Timestamp

setCreationTime(Timestamp $creationTime)

No description

Parameters

Timestamp $creationTime

Timestamp getCreationTime()

No description

Return Value

Timestamp

setDimensionValue($dimensionValue)

No description

Parameters

$dimensionValue

EnvironmentDimensionValueEntry[] getDimensionValue()

No description

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setEnvironmentId($environmentId)

No description

Parameters

$environmentId

string getEnvironmentId()

No description

Return Value

string

setEnvironmentResult(MergedResult $environmentResult)

No description

Parameters

MergedResult $environmentResult

MergedResult getEnvironmentResult()

No description

Return Value

MergedResult

setExecutionId($executionId)

No description

Parameters

$executionId

string getExecutionId()

No description

Return Value

string

setHistoryId($historyId)

No description

Parameters

$historyId

string getHistoryId()

No description

Return Value

string

setProjectId($projectId)

No description

Parameters

$projectId

string getProjectId()

No description

Return Value

string

setResultsStorage(ResultsStorage $resultsStorage)

No description

Parameters

ResultsStorage $resultsStorage

ResultsStorage getResultsStorage()

No description

Return Value

ResultsStorage

setShardSummaries($shardSummaries)

No description

Parameters

$shardSummaries

ShardSummary[] getShardSummaries()

No description

Return Value

ShardSummary[]