Uses of Enum
org.eclipse.cbi.mojo.TestPropertiesMojo.TestType
Packages that use TestPropertiesMojo.TestType
-
Uses of TestPropertiesMojo.TestType in org.eclipse.cbi.mojo
Fields in org.eclipse.cbi.mojo declared as TestPropertiesMojo.TestTypeModifier and TypeFieldDescriptionprivate final TestPropertiesMojo.TestType
TestPropertiesMojo.Plugin.testType
Methods in org.eclipse.cbi.mojo that return TestPropertiesMojo.TestTypeModifier and TypeMethodDescriptionprivate static TestPropertiesMojo.TestType
TestPropertiesMojo.getTestType
(File plugin) TestPropertiesMojo.Plugin.getTestType()
static TestPropertiesMojo.TestType
Returns the enum constant of this type with the specified name.static TestPropertiesMojo.TestType[]
TestPropertiesMojo.TestType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.cbi.mojo with parameters of type TestPropertiesMojo.TestTypeModifierConstructorDescriptionPlugin
(org.eclipse.tycho.core.osgitools.OsgiManifest manifest, TestPropertiesMojo.TestType testType)