Uses of Class
dev.cdevents.models.testsuiterun.started.Trigger.Type
-
Packages that use Trigger.Type Package Description dev.cdevents.events Copyright 2023-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.dev.cdevents.models.testsuiterun.started -
-
Uses of Trigger.Type in dev.cdevents.events
Methods in dev.cdevents.events with parameters of type Trigger.Type Modifier and Type Method Description voidTestsuiterunStartedCDEvent. setSubjectTriggerType(Trigger.Type type) -
Uses of Trigger.Type in dev.cdevents.models.testsuiterun.started
Methods in dev.cdevents.models.testsuiterun.started that return Trigger.Type Modifier and Type Method Description static Trigger.TypeTrigger.Type. fromValue(String value)Trigger.TypeTrigger. getType()static Trigger.TypeTrigger.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Trigger.Type[]Trigger.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cdevents.models.testsuiterun.started with parameters of type Trigger.Type Modifier and Type Method Description voidTrigger. setType(Trigger.Type type)
-