PublicTestRunModel class
Constructors
-
PublicTestRunModel.new({required String testRunId, required int testPlanGlobalId, required String name, List<
ConfigurationModel> configurations = const [], List<AutoTestModel> autoTests = const [], List<PublicTestPointModel> testPoints = const [], required String status, required TestStatusModel statusModel, String? testPlanId, String? productName, String? build, Map<String, String> ? customParameters = const {}, String? testRunDescription}) - Returns a new PublicTestRunModel instance.
Properties
-
autoTests
↔ List<
AutoTestModel> -
getter/setter pair
- build ↔ String?
-
getter/setter pair
-
configurations
↔ List<
ConfigurationModel> -
getter/setter pair
-
customParameters
↔ Map<
String, String> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- name ↔ String
-
getter/setter pair
- productName ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String
-
getter/setter pair
- statusModel ↔ TestStatusModel
-
getter/setter pair
- testPlanGlobalId ↔ int
-
getter/setter pair
- testPlanId ↔ String?
-
getter/setter pair
-
testPoints
↔ List<
PublicTestPointModel> -
getter/setter pair
- testRunDescription ↔ String?
-
getter/setter pair
- testRunId ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
dynamic value) → PublicTestRunModel? -
Returns a new PublicTestRunModel instance and imports its values from
value
if it's a Map, null otherwise. -
listFromJson(
dynamic json, {bool growable = false}) → List< PublicTestRunModel> -
mapFromJson(
dynamic json) → Map< String, PublicTestRunModel> -
mapListFromJson(
dynamic json, {bool growable = false}) → Map< String, List< PublicTestRunModel> >
Constants
-
requiredKeys
→ const Set<
String> - The list of required keys that must be present in a JSON.