Uses of Class
dev.cdevents.models.testcaserun.queued.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.testcaserun.queued -
-
Uses of Trigger.Type in dev.cdevents.events
Methods in dev.cdevents.events with parameters of type Trigger.Type Modifier and Type Method Description voidTestcaserunQueuedCDEvent. setSubjectTriggerType(Trigger.Type type) -
Uses of Trigger.Type in dev.cdevents.models.testcaserun.queued
Methods in dev.cdevents.models.testcaserun.queued 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.testcaserun.queued with parameters of type Trigger.Type Modifier and Type Method Description voidTrigger. setType(Trigger.Type type)
-