Uses of Interface
org.ow2.clif.storage.api.TestDescriptor
-
Packages that use TestDescriptor Package Description org.ow2.clif.analyze.api org.ow2.clif.analyze.lib.basic Analyzer component implementation providing a GUI for browsing test runs and proceed with basic statistical analysis.org.ow2.clif.analyze.lib.graph.util org.ow2.clif.analyze.lib.list org.ow2.clif.analyze.lib.quickstat org.ow2.clif.analyze.statistics org.ow2.clif.storage.api org.ow2.clif.storage.lib.filestorage -
-
Uses of TestDescriptor in org.ow2.clif.analyze.api
Methods in org.ow2.clif.analyze.api that return TestDescriptor Modifier and Type Method Description TestDescriptor[]AnalyzerExternalAccess. getTests(TestFilter filter)Gets a list of test runs matching a given filter. -
Uses of TestDescriptor in org.ow2.clif.analyze.lib.basic
Methods in org.ow2.clif.analyze.lib.basic that return TestDescriptor Modifier and Type Method Description TestDescriptor[]AnalyzerImpl. getTests(TestFilter filter) -
Uses of TestDescriptor in org.ow2.clif.analyze.lib.graph.util
Methods in org.ow2.clif.analyze.lib.graph.util that return TestDescriptor Modifier and Type Method Description TestDescriptor[]StorageReadHelper. getTests(TestFilter filter) -
Uses of TestDescriptor in org.ow2.clif.analyze.lib.list
Methods in org.ow2.clif.analyze.lib.list with parameters of type TestDescriptor Modifier and Type Method Description booleanPrefixTestFilter. accept(TestDescriptor desc)Accepts all test names matching this filter's prefix attribute. -
Uses of TestDescriptor in org.ow2.clif.analyze.lib.quickstat
Methods in org.ow2.clif.analyze.lib.quickstat that return TestDescriptor Modifier and Type Method Description static TestDescriptorTestStats. getLatestTest(StorageRead sr) -
Uses of TestDescriptor in org.ow2.clif.analyze.statistics
Methods in org.ow2.clif.analyze.statistics that return TestDescriptor Modifier and Type Method Description TestDescriptor[]FileStoreReader. getTests(TestFilter filter)Methods in org.ow2.clif.analyze.statistics with parameters of type TestDescriptor Modifier and Type Method Description booleanTestFilterImpl. accept(TestDescriptor desc)Accepts all test names matching this filter's expression attribute. -
Uses of TestDescriptor in org.ow2.clif.storage.api
Methods in org.ow2.clif.storage.api that return TestDescriptor Modifier and Type Method Description TestDescriptor[]StorageRead. getTests(TestFilter filter)Gets a list of test runs matching a given filter.Methods in org.ow2.clif.storage.api with parameters of type TestDescriptor Modifier and Type Method Description booleanTestFilter. accept(TestDescriptor desc) -
Uses of TestDescriptor in org.ow2.clif.storage.lib.filestorage
Classes in org.ow2.clif.storage.lib.filestorage that implement TestDescriptor Modifier and Type Class Description classTestDescriptorImplGathers description elements of a test: test name (aka test run id), execution dateMethods in org.ow2.clif.storage.lib.filestorage that return TestDescriptor Modifier and Type Method Description TestDescriptor[]ConsoleFileStorageImpl. getTests(TestFilter filter)TestDescriptor[]FileStorageReader. getTests(TestFilter filter)
-