Class ETPlugin
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.ETPlugin
Main entry point to this plugin for the
Jenkins
instance.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ToolVersion
Defines the test.guide version that the provided ATX configuration is based on.static final ToolVersion
Defines the minimum test.guide version supported by this plugin.static final String
Defines the deprecation warning message.static final ToolVersion
Defines the maximum allowed ecu.test version supported by this plugin.static final ToolVersion
Defines the minimum required ecu.test version supported by this plugin. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Retains backward compatibility for renamed classes.static String
getIconFileName
(String iconClassName, String iconStyle) Gets the icon file name by class specification.void
Registers the plugin icons to global icon set.void
Synchronizes the current ATX configuration with the default one.
-
Field Details
-
ET_MIN_VERSION
Defines the minimum required ecu.test version supported by this plugin. -
ET_MAX_VERSION
Defines the maximum allowed ecu.test version supported by this plugin. -
ATX_MIN_VERSION
Defines the minimum test.guide version supported by this plugin. -
ATX_CONFIG_VERSION
Defines the test.guide version that the provided ATX configuration is based on. -
DEPRECATION_WARNING
Defines the deprecation warning message.- See Also:
-
-
Constructor Details
-
ETPlugin
public ETPlugin()
-
-
Method Details
-
addAliases
Retains backward compatibility for renamed classes. -
getIconFileName
Gets the icon file name by class specification.- Parameters:
iconClassName
- the icon class nameiconStyle
- the icon style- Returns:
- the icon file name
-
syncATXConfiguration
Synchronizes the current ATX configuration with the default one. -
registerIcons
Registers the plugin icons to global icon set.
-