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 ToolVersionDefines the test.guide version that the provided ATX configuration is based on.static final ToolVersionDefines the minimum test.guide version supported by this plugin.static final StringDefines the deprecation warning message.static final ToolVersionDefines the maximum allowed ecu.test version supported by this plugin.static final ToolVersionDefines the minimum required ecu.test version supported by this plugin. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidRetains backward compatibility for renamed classes.static StringgetIconFileName(String iconClassName, String iconStyle) Gets the icon file name by class specification.voidRegisters the plugin icons to global icon set.voidSynchronizes 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.
-