TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui.extensions
Class ExtensionsConstants

java.lang.Object
  extended byorg.eclipse.hyades.test.ui.TestUI
      extended byorg.eclipse.hyades.test.ui.extensions.ExtensionsConstants
All Implemented Interfaces:
org.eclipse.hyades.models.common.util.ICommonConstants

public class ExtensionsConstants
extends TestUI


Field Summary
static java.lang.String BUGZILLA_OPEN_URL
          Test log viewer preference name for bugzilla open URL.
static java.lang.String BUGZILLA_PROVIDER_TYPE
          Test log viewer preference name for bugzilla submit URL.
static java.lang.String BUGZILLA_SEARCH_URL
          Test log viewer preference name for bugzilla search URL.
static java.lang.String BUGZILLA_SUBMIT_URL
          Test log viewer preference name for bugzilla submit URL.
 
Fields inherited from class org.eclipse.hyades.test.ui.TestUI
CSV_FILE_EXTENSION, EXECUTION_FILTER, HIDE_LAUNCH_VALIDATION_WARNING, OPEN_EDITOR, REPORT_FILE_EXTENSION, REPORT_OPEN_EDITOR
 
Fields inherited from interface org.eclipse.hyades.models.common.util.ICommonConstants
ARTIFACT_FILE_EXTENSION, DATAPOOL_FILE_EXTENSION, DEFAULT_ENCODING, DEPLOYMENT_FILE_EXTENSION, EXECUTION_FILE_EXTENSION, LOCATION_FILE_EXTENSION, SUT_EXTENSION, TEST_CASE_EXTENSION, TEST_COMPONENT_EXTENSION, TEST_SUITE_FILE_EXTENSION
 
Constructor Summary
ExtensionsConstants()
           
 
Methods inherited from class org.eclipse.hyades.test.ui.TestUI
getReportManager, getSupportedFileExtensions, isSupportedFileExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUGZILLA_PROVIDER_TYPE

public static final java.lang.String BUGZILLA_PROVIDER_TYPE
Test log viewer preference name for bugzilla submit URL.

See Also:
Constant Field Values

BUGZILLA_SUBMIT_URL

public static final java.lang.String BUGZILLA_SUBMIT_URL
Test log viewer preference name for bugzilla submit URL.

See Also:
Constant Field Values

BUGZILLA_SEARCH_URL

public static final java.lang.String BUGZILLA_SEARCH_URL
Test log viewer preference name for bugzilla search URL.

See Also:
Constant Field Values

BUGZILLA_OPEN_URL

public static final java.lang.String BUGZILLA_OPEN_URL
Test log viewer preference name for bugzilla open URL.

See Also:
Constant Field Values
Constructor Detail

ExtensionsConstants

public ExtensionsConstants()

TPTP 4.3.0 Testing Tools Project
Public API Specification