Uses of Class
tech.grasshopper.pdf.destination.Destination
-
Packages that use Destination Package Description tech.grasshopper.pdf.destination tech.grasshopper.pdf.pojo.cucumber tech.grasshopper.pdf.section.attributes -
-
Uses of Destination in tech.grasshopper.pdf.destination
Methods in tech.grasshopper.pdf.destination with parameters of type Destination Modifier and Type Method Description voidDestination.DestinationStore. addAuthorDestination(Destination destination)voidDestination.DestinationStore. addDeviceDestination(Destination destination)voidDestination.DestinationStore. addFailSkipScenarioDestination(Destination destination)voidDestination.DestinationStore. addFeatureDestination(Destination destination)voidDestination.DestinationStore. addScenarioDestination(Destination destination)voidDestination.DestinationStore. addSummaryDestination(Destination destination)voidDestination.DestinationStore. addTagDestination(Destination destination) -
Uses of Destination in tech.grasshopper.pdf.pojo.cucumber
Fields in tech.grasshopper.pdf.pojo.cucumber declared as Destination Modifier and Type Field Description protected DestinationNonExecutable. destinationFields in tech.grasshopper.pdf.pojo.cucumber with type parameters of type Destination Modifier and Type Field Description protected List<Destination>Executable. destinations -
Uses of Destination in tech.grasshopper.pdf.section.attributes
Methods in tech.grasshopper.pdf.section.attributes that return types with arguments of type Destination Modifier and Type Method Description abstract Consumer<Destination>AttributeSection. attributeDestinationConsumer()Consumer<Destination>AuthorSection. attributeDestinationConsumer()Consumer<Destination>DeviceSection. attributeDestinationConsumer()Consumer<Destination>TagSection. attributeDestinationConsumer()
-