Uses of Class
de.tracetronic.jenkins.plugins.ecutest.ETPluginException
Packages that use ETPluginException
Package
Description
-
Uses of ETPluginException in de.tracetronic.jenkins.plugins.ecutest.report
Methods in de.tracetronic.jenkins.plugins.ecutest.report that throw ETPluginExceptionModifier and TypeMethodDescriptionprotected ETInstallationAbstractReportPublisher.configureToolInstallation(String toolName, Computer computer, TaskListener listener, EnvVars envVars) Configures the tool installation for functioning in the node and the environment.protected ETInstallationAbstractToolPublisher.configureToolInstallation(Computer computer, TaskListener listener, EnvVars envVars) Configures the tool installation for functioning in the node and the environment.protected ETClientAbstractReportPublisher.getToolClient(String toolName, Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) Configures an ecu.test client with given workspace settings.protected ETClientAbstractToolPublisher.getToolClient(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) Configures an ecu.test client with given workspace settings.protected booleanDetermines whether this publisher will be skipped depending on OS architecture and current build result.protected abstract voidAbstractReportPublisher.performReport(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) Performs the report-specific post-build operations. -
Uses of ETPluginException in de.tracetronic.jenkins.plugins.ecutest.report.atx
Methods in de.tracetronic.jenkins.plugins.ecutest.report.atx that throw ETPluginExceptionModifier and TypeMethodDescriptionvoidATXPublisher.performReport(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) -
Uses of ETPluginException in de.tracetronic.jenkins.plugins.ecutest.report.generator
Methods in de.tracetronic.jenkins.plugins.ecutest.report.generator that throw ETPluginExceptionModifier and TypeMethodDescriptionvoidReportGeneratorPublisher.performReport(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) -
Uses of ETPluginException in de.tracetronic.jenkins.plugins.ecutest.report.junit
Methods in de.tracetronic.jenkins.plugins.ecutest.report.junit that throw ETPluginExceptionModifier and TypeMethodDescriptionvoidJUnitPublisher.performReport(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) -
Uses of ETPluginException in de.tracetronic.jenkins.plugins.ecutest.report.log
Methods in de.tracetronic.jenkins.plugins.ecutest.report.log that throw ETPluginExceptionModifier and TypeMethodDescriptionvoidETLogPublisher.performReport(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) -
Uses of ETPluginException in de.tracetronic.jenkins.plugins.ecutest.report.ta
Methods in de.tracetronic.jenkins.plugins.ecutest.report.ta that throw ETPluginExceptionModifier and TypeMethodDescriptionprotected voidTraceAnalysisPublisher.performReport(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) -
Uses of ETPluginException in de.tracetronic.jenkins.plugins.ecutest.report.tms
Methods in de.tracetronic.jenkins.plugins.ecutest.report.tms that throw ETPluginExceptionModifier and TypeMethodDescriptionvoidTMSPublisher.performReport(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) -
Uses of ETPluginException in de.tracetronic.jenkins.plugins.ecutest.report.trf
Methods in de.tracetronic.jenkins.plugins.ecutest.report.trf that throw ETPluginExceptionModifier and TypeMethodDescriptionvoidTRFPublisher.performReport(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) -
Uses of ETPluginException in de.tracetronic.jenkins.plugins.ecutest.tool
Methods in de.tracetronic.jenkins.plugins.ecutest.tool that throw ETPluginExceptionModifier and TypeMethodDescriptionAbstractToolBuilder.configureToolInstallation(Computer computer, TaskListener listener, EnvVars envVars) Configures the tool installation for functioning in the node and the environment.protected abstract voidAbstractToolBuilder.performTool(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) Performs the tool-specific build step operations.voidLicenseETBuilder.performTool(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) voidStartETBuilder.performTool(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) voidStartTSBuilder.performTool(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) voidStopETBuilder.performTool(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) voidStopTSBuilder.performTool(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) -
Uses of ETPluginException in de.tracetronic.jenkins.plugins.ecutest.tool.client
Methods in de.tracetronic.jenkins.plugins.ecutest.tool.client that throw ETPluginExceptionModifier and TypeMethodDescriptionvoidCacheClient.generateCache(Launcher launcher, TaskListener listener) Generate cache files of this cache type. -
Uses of ETPluginException in de.tracetronic.jenkins.plugins.ecutest.util
Methods in de.tracetronic.jenkins.plugins.ecutest.util that throw ETPluginException