Uses of Class
org.eclipse.cbi.mojo.TestPropertiesMojo.TestType
-
Packages that use TestPropertiesMojo.TestType Package Description org.eclipse.cbi.mojo -
-
Uses of TestPropertiesMojo.TestType in org.eclipse.cbi.mojo
Fields in org.eclipse.cbi.mojo declared as TestPropertiesMojo.TestType Modifier and Type Field Description private TestPropertiesMojo.TestType
TestPropertiesMojo.Plugin. testType
Methods in org.eclipse.cbi.mojo that return TestPropertiesMojo.TestType Modifier and Type Method Description private static TestPropertiesMojo.TestType
TestPropertiesMojo. getTestType(java.io.File plugin)
TestPropertiesMojo.TestType
TestPropertiesMojo.Plugin. getTestType()
static TestPropertiesMojo.TestType
TestPropertiesMojo.TestType. valueOf(java.lang.String name)
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.TestType Constructor Description Plugin(org.eclipse.tycho.core.osgitools.OsgiManifest manifest, TestPropertiesMojo.TestType testType)
-