Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SuiteRunInformation = SuiteRunInformation' {}
- newSuiteRunInformation :: SuiteRunInformation
- suiteRunInformation_status :: Lens' SuiteRunInformation (Maybe SuiteRunStatus)
- suiteRunInformation_createdAt :: Lens' SuiteRunInformation (Maybe UTCTime)
- suiteRunInformation_passed :: Lens' SuiteRunInformation (Maybe Natural)
- suiteRunInformation_suiteDefinitionId :: Lens' SuiteRunInformation (Maybe Text)
- suiteRunInformation_suiteDefinitionVersion :: Lens' SuiteRunInformation (Maybe Text)
- suiteRunInformation_startedAt :: Lens' SuiteRunInformation (Maybe UTCTime)
- suiteRunInformation_suiteDefinitionName :: Lens' SuiteRunInformation (Maybe Text)
- suiteRunInformation_endAt :: Lens' SuiteRunInformation (Maybe UTCTime)
- suiteRunInformation_suiteRunId :: Lens' SuiteRunInformation (Maybe Text)
- suiteRunInformation_failed :: Lens' SuiteRunInformation (Maybe Natural)
Documentation
data SuiteRunInformation Source #
Information about the suite run.
See: newSuiteRunInformation
smart constructor.
SuiteRunInformation' | |
|
Instances
newSuiteRunInformation :: SuiteRunInformation Source #
Create a value of SuiteRunInformation
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:SuiteRunInformation'
, suiteRunInformation_status
- Status of the suite run.
$sel:createdAt:SuiteRunInformation'
, suiteRunInformation_createdAt
- Date (in Unix epoch time) when the suite run was created.
$sel:passed:SuiteRunInformation'
, suiteRunInformation_passed
- Number of test cases that passed in the suite run.
$sel:suiteDefinitionId:SuiteRunInformation'
, suiteRunInformation_suiteDefinitionId
- Suite definition Id of the suite run.
$sel:suiteDefinitionVersion:SuiteRunInformation'
, suiteRunInformation_suiteDefinitionVersion
- Suite definition version of the suite run.
$sel:startedAt:SuiteRunInformation'
, suiteRunInformation_startedAt
- Date (in Unix epoch time) when the suite run was started.
$sel:suiteDefinitionName:SuiteRunInformation'
, suiteRunInformation_suiteDefinitionName
- Suite definition name of the suite run.
$sel:endAt:SuiteRunInformation'
, suiteRunInformation_endAt
- Date (in Unix epoch time) when the suite run ended.
$sel:suiteRunId:SuiteRunInformation'
, suiteRunInformation_suiteRunId
- Suite run Id of the suite run.
$sel:failed:SuiteRunInformation'
, suiteRunInformation_failed
- Number of test cases that failed in the suite run.
suiteRunInformation_status :: Lens' SuiteRunInformation (Maybe SuiteRunStatus) Source #
Status of the suite run.
suiteRunInformation_createdAt :: Lens' SuiteRunInformation (Maybe UTCTime) Source #
Date (in Unix epoch time) when the suite run was created.
suiteRunInformation_passed :: Lens' SuiteRunInformation (Maybe Natural) Source #
Number of test cases that passed in the suite run.
suiteRunInformation_suiteDefinitionId :: Lens' SuiteRunInformation (Maybe Text) Source #
Suite definition Id of the suite run.
suiteRunInformation_suiteDefinitionVersion :: Lens' SuiteRunInformation (Maybe Text) Source #
Suite definition version of the suite run.
suiteRunInformation_startedAt :: Lens' SuiteRunInformation (Maybe UTCTime) Source #
Date (in Unix epoch time) when the suite run was started.
suiteRunInformation_suiteDefinitionName :: Lens' SuiteRunInformation (Maybe Text) Source #
Suite definition name of the suite run.
suiteRunInformation_endAt :: Lens' SuiteRunInformation (Maybe UTCTime) Source #
Date (in Unix epoch time) when the suite run ended.
suiteRunInformation_suiteRunId :: Lens' SuiteRunInformation (Maybe Text) Source #
Suite run Id of the suite run.
suiteRunInformation_failed :: Lens' SuiteRunInformation (Maybe Natural) Source #
Number of test cases that failed in the suite run.