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.TestTypeTestPropertiesMojo.Plugin.testTypeMethods in org.eclipse.cbi.mojo that return TestPropertiesMojo.TestTypeModifier and TypeMethodDescriptionprivate static TestPropertiesMojo.TestTypeTestPropertiesMojo.getTestType(File plugin) TestPropertiesMojo.Plugin.getTestType()static TestPropertiesMojo.TestTypeReturns 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)