Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AliasInitializer - Class in org.jenkinsci.plugins.xunit
- AliasInitializer() - Constructor for class org.jenkinsci.plugins.xunit.AliasInitializer
- all() - Static method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- all() - Static method in class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
- AUnit - Class in org.jenkinsci.plugins.xunit.types
- AUnit() - Constructor for class org.jenkinsci.plugins.xunit.types.AUnit
- AUnitJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
-
AUnit is a unit testing framework of the xUnit family for the Ada language, originally developed by Ed Falis and maintained by AdaCore, distributed together with GNAT.
- AUnitJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.AUnitJunitHudsonTestType
- AUnitJunitHudsonTestType(String, boolean, boolean, boolean, boolean) - Constructor for class org.jenkinsci.plugins.xunit.types.AUnitJunitHudsonTestType
- AUnitJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
B
- BoostTest - Class in org.jenkinsci.plugins.xunit.types
- BoostTest() - Constructor for class org.jenkinsci.plugins.xunit.types.BoostTest
- BoostTestJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
-
Boost.Test is a C++03 and C++11/14 unit testing library, available on a wide range of platforms and compilers.
- BoostTestJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.BoostTestJunitHudsonTestType
- BoostTestJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
- buildXUnitToolInfo(TestType, Run<?, ?>, FilePath, TaskListener) - Method in class org.jenkinsci.plugins.xunit.XUnitProcessor
C
- checkFileIsNotEmpty(File) - Method in class org.jenkinsci.plugins.xunit.service.XUnitValidationService
-
Checks if the current input file is not empty.
- checkIfFindsFilesNewFiles(XUnitToolInfo, String[], File) - Method in class org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService
-
Checks if all the finds files are new file.
- CheckInputMetric - Class in org.jenkinsci.plugins.xunit.types
- CheckInputMetric() - Constructor for class org.jenkinsci.plugins.xunit.types.CheckInputMetric
- CheckType - Class in org.jenkinsci.plugins.xunit.types
- CheckType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.CheckType
- CheckType.CheckTypeDescriptor - Class in org.jenkinsci.plugins.xunit.types
- CheckTypeDescriptor() - Constructor for class org.jenkinsci.plugins.xunit.types.CheckType.CheckTypeDescriptor
- ConversionException - Exception in org.jenkinsci.plugins.xunit.service
-
Signals that the XSL Transformation throws some errors.
- ConversionException(String) - Constructor for exception org.jenkinsci.plugins.xunit.service.ConversionException
- convert(File, File, Map<String, Object>) - Method in class org.jenkinsci.plugins.xunit.types.JUnitInputMetric
- convert(XUnitToolInfo, File, File) - Method in class org.jenkinsci.plugins.xunit.service.XUnitConversionService
-
Converts the inputFile into a JUnit output file
- CppTest - Class in org.jenkinsci.plugins.xunit.types
- CppTest() - Constructor for class org.jenkinsci.plugins.xunit.types.CppTest
- CppTestJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
-
CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++.
- CppTestJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.CppTestJunitHudsonTestType
- CppTestJunitHudsonTestType(String, boolean, boolean, boolean, boolean) - Constructor for class org.jenkinsci.plugins.xunit.types.CppTestJunitHudsonTestType
- CppTestJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
- CppUnit - Class in org.jenkinsci.plugins.xunit.types
- CppUnit() - Constructor for class org.jenkinsci.plugins.xunit.types.CppUnit
- CppUnitJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
-
CppUnit is a unit testing framework module for the C++ programming language.
- CppUnitJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.CppUnitJunitHudsonTestType
- CppUnitJunitHudsonTestType(String, boolean, boolean, boolean, boolean) - Constructor for class org.jenkinsci.plugins.xunit.types.CppUnitJunitHudsonTestType
- CppUnitJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
- CTest - Class in org.jenkinsci.plugins.xunit.types
- CTest() - Constructor for class org.jenkinsci.plugins.xunit.types.CTest
- CTestType - Class in org.jenkinsci.plugins.xunit.types
-
CTest is a testing tool distributed as a part of CMake.
- CTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.CTestType
- CTestType.CTestTypeDescriptor - Class in org.jenkinsci.plugins.xunit.types
- CTestTypeDescriptor() - Constructor for class org.jenkinsci.plugins.xunit.types.CTestType.CTestTypeDescriptor
- CUnit - Class in org.jenkinsci.plugins.xunit.types
- CUnit() - Constructor for class org.jenkinsci.plugins.xunit.types.CUnit
- CUnitJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
-
CUnit is a lightweight system for writing, administering, and running unit tests in C.
- CUnitJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.CUnitJunitHudsonTestType
- CUnitJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
- CustomInputMetric - Class in org.jenkinsci.plugins.xunit.types
- CustomInputMetric() - Constructor for class org.jenkinsci.plugins.xunit.types.CustomInputMetric
- CustomInputMetricDescriptor() - Constructor for class org.jenkinsci.plugins.xunit.types.CustomType.CustomInputMetricDescriptor
- CustomType - Class in org.jenkinsci.plugins.xunit.types
- CustomType(String, String) - Constructor for class org.jenkinsci.plugins.xunit.types.CustomType
- CustomType(String, String, boolean, boolean, boolean, boolean) - Constructor for class org.jenkinsci.plugins.xunit.types.CustomType
- CustomType.CustomInputMetricDescriptor - Class in org.jenkinsci.plugins.xunit.types
D
- DEFAULT_CHECKS_NAME - Static variable in class org.jenkinsci.plugins.xunit.XUnitDefaultValues
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.AUnitJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.BoostTestJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.CppTestJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.CppUnitJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.CUnitJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.FPCUnitJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.GTesterJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.MSTestJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.NUnit3TestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.NUnitJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.PHPUnitJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.UnitTestJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.ValgrindJunitHudsonTestType.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.xunit.types.XUnitDotNetTestType.DescriptorImpl
- displayName_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
displayName.failedTests
:Failed Tests
. - displayName_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
displayName.skippedTests
:Skipped Tests
. - doCheckFailureNewThreshold(String) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
- doCheckFailureThreshold(String) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
- doCheckSleepTime(long) - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher.XUnitDescriptorPublisher
-
Verify that the given sleepTime is a positive number value.
- doCheckUnstableNewThreshold(String) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
- doCheckUnstableThreshold(String) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
- download(String) - Static method in class org.jenkinsci.plugins.xunit.util.DownloadableResourceUtil
- DownloadableResourceUtil - Class in org.jenkinsci.plugins.xunit.util
E
- EmbUnitInputMetric - Class in org.jenkinsci.plugins.xunit.types
- EmbUnitInputMetric() - Constructor for class org.jenkinsci.plugins.xunit.types.EmbUnitInputMetric
- EmbUnitType - Class in org.jenkinsci.plugins.xunit.types
-
Embedded Unit is unit testing framework for Embedded C System.
- EmbUnitType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.EmbUnitType
- EmbUnitType.EmbUnitTypeDescriptor - Class in org.jenkinsci.plugins.xunit.types
- EmbUnitTypeDescriptor() - Constructor for class org.jenkinsci.plugins.xunit.types.EmbUnitType.EmbUnitTypeDescriptor
- EmptyReportFileException - Exception in org.jenkinsci.plugins.xunit.service
-
Signals that a test report file has an empty context.
- EmptyReportFileException(String) - Constructor for exception org.jenkinsci.plugins.xunit.service.EmptyReportFileException
- error(String) - Method in class org.jenkinsci.plugins.xunit.service.XUnitLog
-
Log an error output to the console logger.
- ExtraConfiguration - Class in org.jenkinsci.plugins.xunit
-
Lists all advanced configuration for XUnit.
- ExtraConfiguration(long, boolean, long, boolean, boolean, String) - Constructor for class org.jenkinsci.plugins.xunit.ExtraConfiguration
F
- FailedThreshold - Class in org.jenkinsci.plugins.xunit.threshold
- FailedThreshold() - Constructor for class org.jenkinsci.plugins.xunit.threshold.FailedThreshold
- FailedThresholdDescriptor - Class in org.jenkinsci.plugins.xunit.threshold
- FailedThresholdDescriptor() - Constructor for class org.jenkinsci.plugins.xunit.threshold.FailedThresholdDescriptor
- FailedThresholdDescriptor(Class<? extends XUnitThreshold>) - Constructor for class org.jenkinsci.plugins.xunit.threshold.FailedThresholdDescriptor
- failureNewThreshold_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
failureNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
. - failureNewThreshold_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
failureNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
. - failureThreshold_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
failureThreshold.failedTests
:If the total number of failed exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
. - failureThreshold_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
failureThreshold.skippedTests
:If the total number of skipped exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
. - findReports(File, XUnitToolInfo) - Method in class org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService
-
Gets all reports from the given parent path and the pattern.
- FOLLOW_SYMLINK - Static variable in class org.jenkinsci.plugins.xunit.XUnitDefaultValues
- FPCUnit - Class in org.jenkinsci.plugins.xunit.types
- FPCUnit() - Constructor for class org.jenkinsci.plugins.xunit.types.FPCUnit
- FPCUnitJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
-
FPCUni is a unit testing framework a la DUnit/JUnit/SUnit.
- FPCUnitJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.FPCUnitJunitHudsonTestType
- FPCUnitJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
G
- GENERATED_JUNIT_DIR - Static variable in class org.jenkinsci.plugins.xunit.XUnitDefaultValues
- getBuildTime() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- getChecksName() - Method in class org.jenkinsci.plugins.xunit.ExtraConfiguration
- getChecksName() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- getChecksName() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getCurrentReport(File, String) - Method in class org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService
-
Gets a file from a root file and a name
- getCustomXSL() - Method in class org.jenkinsci.plugins.xunit.types.CustomType
- getDescription() - Method in class org.jenkinsci.plugins.xunit.types.model.JUnit10
- getDescriptor() - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- getDisplayName() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugins.xunit.threshold.FailedThresholdDescriptor
- getDisplayName() - Method in class org.jenkinsci.plugins.xunit.threshold.PassedThresholdDescriptor
- getDisplayName() - Method in class org.jenkinsci.plugins.xunit.threshold.SkippedThresholdDescriptor
- getDisplayName() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher.XUnitDescriptorPublisher
- getExcludesPattern() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- getExtraConfiguration() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getFailureNewThreshold() - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- getFailureNewThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.FailedThresholdDescriptor
- getFailureNewThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.PassedThresholdDescriptor
- getFailureNewThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.SkippedThresholdDescriptor
- getFailureNewThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
- getFailureThreshold() - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- getFailureThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.FailedThresholdDescriptor
- getFailureThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.PassedThresholdDescriptor
- getFailureThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.SkippedThresholdDescriptor
- getFailureThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
- getFollowSymlink() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getFunctionName() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep.DescriptorImpl
- getHelpFile() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher.XUnitDescriptorPublisher
- getInputMetric() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.AUnit
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.BoostTest
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.CheckInputMetric
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.CppTest
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.CppUnit
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.CTest
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.CUnit
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.CustomInputMetric
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.EmbUnitInputMetric
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.FPCUnit
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.GoogleTestInputMetric
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.GTester
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.MbUnitInputMetric
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.MSTest
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.NUnit
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.NUnit3
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.PHPUnit
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.QTestLib
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.UnitTest
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.Valgrind
- getInputXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.XUnitDotNet
- getKey() - Method in class org.jenkinsci.plugins.xunit.types.model.JUnit10
- getListTestDataPublisherDescriptors() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep.DescriptorImpl
- getListTestDataPublisherDescriptors() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher.XUnitDescriptorPublisher
- getListXUnitThresholdDescriptors() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep.DescriptorImpl
- getListXUnitThresholdDescriptors() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher.XUnitDescriptorPublisher
- getListXUnitTypeDescriptors() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep.DescriptorImpl
- getListXUnitTypeDescriptors() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher.XUnitDescriptorPublisher
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.AUnit
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.BoostTest
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.CheckInputMetric
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.CppTest
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.CppUnit
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.CTest
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.CUnit
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.CustomInputMetric
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.EmbUnitInputMetric
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.FPCUnit
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.GoogleTestInputMetric
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.GTester
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.MbUnitInputMetric
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.MSTest
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.NUnit
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.NUnit3
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.PHPUnit
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.QTestLib
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.UnitTest
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.Valgrind
- getOutputFormatType() - Method in class org.jenkinsci.plugins.xunit.types.XUnitDotNet
- getPattern() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- getProcessorId() - Method in class org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable
- getProjectAction(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getReduceLog() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getRequiredContext() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep.DescriptorImpl
- getRequiredMonitorService() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getResultThresholdNumber(XUnitLog, int, int) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- getResultThresholdNumber(XUnitLog, Run<?, ?>, TestResultSummary, TestResultSummary) - Method in class org.jenkinsci.plugins.xunit.threshold.FailedThreshold
- getResultThresholdNumber(XUnitLog, Run<?, ?>, TestResultSummary, TestResultSummary) - Method in class org.jenkinsci.plugins.xunit.threshold.PassedThreshold
- getResultThresholdNumber(XUnitLog, Run<?, ?>, TestResultSummary, TestResultSummary) - Method in class org.jenkinsci.plugins.xunit.threshold.SkippedThreshold
- getResultThresholdNumber(XUnitLog, Run<?, ?>, TestResultSummary, TestResultSummary) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- getResultThresholdPercent(XUnitLog, double, double) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- getResultThresholdPercent(XUnitLog, Run<?, ?>, TestResultSummary, TestResultSummary) - Method in class org.jenkinsci.plugins.xunit.threshold.FailedThreshold
- getResultThresholdPercent(XUnitLog, Run<?, ?>, TestResultSummary, TestResultSummary) - Method in class org.jenkinsci.plugins.xunit.threshold.PassedThreshold
- getResultThresholdPercent(XUnitLog, Run<?, ?>, TestResultSummary, TestResultSummary) - Method in class org.jenkinsci.plugins.xunit.threshold.SkippedThreshold
- getResultThresholdPercent(XUnitLog, Run<?, ?>, TestResultSummary, TestResultSummary) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- getSkipPublishingChecks() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getSleepTime() - Method in class org.jenkinsci.plugins.xunit.ExtraConfiguration
- getSleepTime() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- getSleepTime() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- getSleepTime() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getTestDataPublishers() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- getTestDataPublishers() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getTestResult() - Method in class org.jenkinsci.plugins.xunit.XUnitProcessorResult
- getTestResultSummary() - Method in class org.jenkinsci.plugins.xunit.XUnitProcessorResult
- getTestTimeMargin() - Method in class org.jenkinsci.plugins.xunit.ExtraConfiguration
- getTestTimeMargin() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- getTestTimeMargin() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- getTestTimeMargin() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getTestTimeMarginAsLong() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- getThresholdHelpMessage() - Method in class org.jenkinsci.plugins.xunit.threshold.FailedThresholdDescriptor
- getThresholdHelpMessage() - Method in class org.jenkinsci.plugins.xunit.threshold.PassedThresholdDescriptor
- getThresholdHelpMessage() - Method in class org.jenkinsci.plugins.xunit.threshold.SkippedThresholdDescriptor
- getThresholdHelpMessage() - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
- getThresholdMode() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- getThresholdMode() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getThresholds() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- getThresholds() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.AUnit
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.BoostTest
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.CheckInputMetric
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.CppTest
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.CppUnit
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.CTest
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.CUnit
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.CustomInputMetric
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.EmbUnitInputMetric
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.FPCUnit
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.GoogleTestInputMetric
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.GTester
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.JUnitInputMetric
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.MbUnitInputMetric
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.MSTest
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.NUnit
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.NUnit3
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.PHPUnit
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.QTestLib
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.UnitTest
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.Valgrind
- getToolName() - Method in class org.jenkinsci.plugins.xunit.types.XUnitDotNet
- getTools() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- getTools() - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.AUnit
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.BoostTest
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.CheckInputMetric
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.CppTest
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.CppUnit
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.CTest
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.CUnit
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.CustomInputMetric
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.EmbUnitInputMetric
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.FPCUnit
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.GoogleTestInputMetric
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.GTester
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.MbUnitInputMetric
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.MSTest
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.NUnit
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.NUnit3
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.PHPUnit
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.QTestLib
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.UnitTest
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.Valgrind
- getToolType() - Method in class org.jenkinsci.plugins.xunit.types.XUnitDotNet
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.AUnit
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.BoostTest
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.CheckInputMetric
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.CppTest
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.CppUnit
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.CTest
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.CUnit
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.CustomInputMetric
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.EmbUnitInputMetric
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.FPCUnit
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.GoogleTestInputMetric
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.GTester
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.MbUnitInputMetric
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.MSTest
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.NUnit
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.NUnit3
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.PHPUnit
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.QTestLib
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.UnitTest
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.Valgrind
- getToolVersion() - Method in class org.jenkinsci.plugins.xunit.types.XUnitDotNet
- getUnstableNewThreshold() - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- getUnstableNewThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.FailedThresholdDescriptor
- getUnstableNewThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.PassedThresholdDescriptor
- getUnstableNewThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.SkippedThresholdDescriptor
- getUnstableNewThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
- getUnstableThreshold() - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- getUnstableThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.FailedThresholdDescriptor
- getUnstableThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.PassedThresholdDescriptor
- getUnstableThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.SkippedThresholdDescriptor
- getUnstableThresholdImgTitle() - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
- getVersion() - Method in class org.jenkinsci.plugins.xunit.types.model.JUnit10
- getXsdNameList() - Method in class org.jenkinsci.plugins.xunit.types.model.JUnit10
- getXslFile() - Method in class org.jenkinsci.plugins.xunit.types.CustomInputMetric
- getXSLFile() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.AUnit
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.BoostTest
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.CheckInputMetric
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.CppTest
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.CppUnit
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.CTest
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.CUnit
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.CustomInputMetric
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.EmbUnitInputMetric
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.FPCUnit
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.GoogleTestInputMetric
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.GTester
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.MbUnitInputMetric
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.MSTest
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.NUnit
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.NUnit3
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.PHPUnit
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.QTestLib
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.UnitTest
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.Valgrind
- getXslName() - Method in class org.jenkinsci.plugins.xunit.types.XUnitDotNet
- getXslResourceClass() - Method in class org.jenkinsci.plugins.xunit.types.CustomInputMetric
- GoogleTestInputMetric - Class in org.jenkinsci.plugins.xunit.types
- GoogleTestInputMetric() - Constructor for class org.jenkinsci.plugins.xunit.types.GoogleTestInputMetric
- GoogleTestType - Class in org.jenkinsci.plugins.xunit.types
-
Google Test, Google's C++ test framework!
- GoogleTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.GoogleTestType
- GoogleTestType(String, boolean, boolean, boolean, boolean) - Constructor for class org.jenkinsci.plugins.xunit.types.GoogleTestType
- GoogleTestType.GoogleTestTypeDescriptor - Class in org.jenkinsci.plugins.xunit.types
- GoogleTestTypeDescriptor() - Constructor for class org.jenkinsci.plugins.xunit.types.GoogleTestType.GoogleTestTypeDescriptor
- GTester - Class in org.jenkinsci.plugins.xunit.types
- GTester() - Constructor for class org.jenkinsci.plugins.xunit.types.GTester
- GTesterJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
-
gtester is a utility to run unit tests that have been written using the GLib test framework.
- GTesterJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.GTesterJunitHudsonTestType
- GTesterJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
I
- info(String) - Method in class org.jenkinsci.plugins.xunit.service.XUnitLog
-
Log an info output to the console logger.
- init(Jenkins) - Static method in class org.jenkinsci.plugins.xunit.AliasInitializer
- invoke(File, VirtualChannel) - Method in class org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable
-
Invocation
- isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher.XUnitDescriptorPublisher
- isCustomType() - Method in class org.jenkinsci.plugins.xunit.types.CustomType.CustomInputMetricDescriptor
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.AUnit
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.BoostTest
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.CheckInputMetric
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.CppTest
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.CppUnit
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.CTest
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.CUnit
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.EmbUnitInputMetric
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.FPCUnit
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.GoogleTestInputMetric
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.GTester
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.MbUnitInputMetric
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.MSTest
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.NUnit
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.NUnit3
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.PHPUnit
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.QTestLib
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.UnitTest
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.Valgrind
- isDefault() - Method in class org.jenkinsci.plugins.xunit.types.XUnitDotNet
- isDeleteOutputFiles() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- isEmptyPattern(String) - Method in class org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService
-
Tests if the pattern is empty.
- isFailIfNotNew() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- isFollowSymlink() - Method in class org.jenkinsci.plugins.xunit.ExtraConfiguration
- isFollowSymlink() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- isFollowSymlink() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- isReduceLog() - Method in class org.jenkinsci.plugins.xunit.ExtraConfiguration
- isReduceLog() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- isSkipNoTestFiles() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- isSkipPublishingChecks() - Method in class org.jenkinsci.plugins.xunit.ExtraConfiguration
-
Should we skip publishing checks to the checks API plugin.
- isSkipPublishingChecks() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
-
Should we skip publishing checks to the checks API plugin.
- isStopProcessingIfError() - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- isStopProcessingIfError(XUnitToolInfo) - Method in class org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService
-
Check if we stop the processing for an error
- isURL(String) - Static method in class org.jenkinsci.plugins.xunit.util.DownloadableResourceUtil
- isValidThreshold(double, double) - Method in class org.jenkinsci.plugins.xunit.threshold.FailedThreshold
- isValidThreshold(double, double) - Method in class org.jenkinsci.plugins.xunit.threshold.PassedThreshold
- isValidThreshold(double, double) - Method in class org.jenkinsci.plugins.xunit.threshold.SkippedThreshold
- isValidThreshold(double, double) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
J
- JUNIT_FILE_EXTENSION - Static variable in class org.jenkinsci.plugins.xunit.XUnitDefaultValues
- JUNIT_FILE_PREFIX - Static variable in class org.jenkinsci.plugins.xunit.XUnitDefaultValues
- JUNIT_FILE_REDUCE_LOG - Static variable in class org.jenkinsci.plugins.xunit.XUnitDefaultValues
- JUnit10 - Class in org.jenkinsci.plugins.xunit.types.model
- JUnit10() - Constructor for class org.jenkinsci.plugins.xunit.types.model.JUnit10
- JUnitInputMetric - Class in org.jenkinsci.plugins.xunit.types
- JUnitInputMetric() - Constructor for class org.jenkinsci.plugins.xunit.types.JUnitInputMetric
- JUnitModel - Class in org.jenkinsci.plugins.xunit.types.model
- JUnitModel() - Constructor for class org.jenkinsci.plugins.xunit.types.model.JUnitModel
- JUnitType - Class in org.jenkinsci.plugins.xunit.types
-
JUnit is a simple framework to write repeatable tests.
- JUnitType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.JUnitType
- JUnitType(String, boolean, boolean, boolean, boolean) - Constructor for class org.jenkinsci.plugins.xunit.types.JUnitType
- JUnitType.JUnitTypeDescriptor - Class in org.jenkinsci.plugins.xunit.types
- JUnitTypeDescriptor() - Constructor for class org.jenkinsci.plugins.xunit.types.JUnitType.JUnitTypeDescriptor
L
- LATEST - Static variable in class org.jenkinsci.plugins.xunit.types.model.JUnitModel
M
- MbUnitInputMetric - Class in org.jenkinsci.plugins.xunit.types
- MbUnitInputMetric() - Constructor for class org.jenkinsci.plugins.xunit.types.MbUnitInputMetric
- MbUnitType - Class in org.jenkinsci.plugins.xunit.types
-
MbUnit is an extensible unit testing framework for the .NET Framework that takes in and goes beyond xUnit pattern testing.
- MbUnitType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.MbUnitType
- MbUnitType.MbUnitTypeDescriptor - Class in org.jenkinsci.plugins.xunit.types
- MbUnitTypeDescriptor() - Constructor for class org.jenkinsci.plugins.xunit.types.MbUnitType.MbUnitTypeDescriptor
- Messages - Class in org.jenkinsci.plugins.xunit
-
Generated localization support class.
- Messages - Class in org.jenkinsci.plugins.xunit.pipeline
-
Generated localization support class.
- Messages - Class in org.jenkinsci.plugins.xunit.service
-
Generated localization support class.
- Messages - Class in org.jenkinsci.plugins.xunit.threshold
-
Generated localization support class.
- Messages() - Constructor for class org.jenkinsci.plugins.xunit.Messages
- Messages() - Constructor for class org.jenkinsci.plugins.xunit.pipeline.Messages
- Messages() - Constructor for class org.jenkinsci.plugins.xunit.service.Messages
- Messages() - Constructor for class org.jenkinsci.plugins.xunit.threshold.Messages
- MODE_PERCENT - Static variable in class org.jenkinsci.plugins.xunit.XUnitDefaultValues
- MSTest - Class in org.jenkinsci.plugins.xunit.types
- MSTest() - Constructor for class org.jenkinsci.plugins.xunit.types.MSTest
- MSTestJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
-
Microsoft Test Framework and Adapter it's the testing framework embedded in .NET Core.
- MSTestJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.MSTestJunitHudsonTestType
- MSTestJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
N
- newXUnitTransformer(XUnitToolInfo) - Method in class org.jenkinsci.plugins.xunit.XUnitProcessor
- NoNewTestReportException - Exception in org.jenkinsci.plugins.xunit.service
-
Signals that there are not new report found for this run.
- NoNewTestReportException(String) - Constructor for exception org.jenkinsci.plugins.xunit.service.NoNewTestReportException
- NoTestFoundException - Exception in org.jenkinsci.plugins.xunit.service
-
Signals that no report files were found using the specified pattern.
- NoTestFoundException(String) - Constructor for exception org.jenkinsci.plugins.xunit.service.NoTestFoundException
- NUnit - Class in org.jenkinsci.plugins.xunit.types
- NUnit() - Constructor for class org.jenkinsci.plugins.xunit.types.NUnit
- NUnit3 - Class in org.jenkinsci.plugins.xunit.types
- NUnit3() - Constructor for class org.jenkinsci.plugins.xunit.types.NUnit3
- NUnit3TestType - Class in org.jenkinsci.plugins.xunit.types
- NUnit3TestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.NUnit3TestType
- NUnit3TestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
- NUnitJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
-
NUnit is a unit-testing framework for all .Net languages.
- NUnitJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.NUnitJunitHudsonTestType
- NUnitJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
O
- org.jenkinsci.plugins.xunit - package org.jenkinsci.plugins.xunit
- org.jenkinsci.plugins.xunit.exception - package org.jenkinsci.plugins.xunit.exception
- org.jenkinsci.plugins.xunit.pipeline - package org.jenkinsci.plugins.xunit.pipeline
- org.jenkinsci.plugins.xunit.service - package org.jenkinsci.plugins.xunit.service
- org.jenkinsci.plugins.xunit.threshold - package org.jenkinsci.plugins.xunit.threshold
- org.jenkinsci.plugins.xunit.types - package org.jenkinsci.plugins.xunit.types
- org.jenkinsci.plugins.xunit.types.model - package org.jenkinsci.plugins.xunit.types.model
- org.jenkinsci.plugins.xunit.util - package org.jenkinsci.plugins.xunit.util
P
- parsePositiveLong(String, long) - Static method in class org.jenkinsci.plugins.xunit.XUnitUtil
-
Parses the string argument as a signed decimal
long
. - PassedThreshold - Class in org.jenkinsci.plugins.xunit.threshold
-
Set the build status based on the count of passed test.
- PassedThreshold() - Constructor for class org.jenkinsci.plugins.xunit.threshold.PassedThreshold
- PassedThreshold_displayName() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.displayName
:Passed Tests
. - PassedThreshold_failureNewThreshold() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.failureNewThreshold
:If the total number of passed tests is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
. - PassedThreshold_failureThreshold() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.failureThreshold
:If the total number of passed is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
. - PassedThreshold_thresholdHelpMessage() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.thresholdHelpMessage
:Configure the build status. A build is considered as unstable or failure if the new or total number of passed tests is lower than the specified thresholds.
. - PassedThreshold_unstableNewThreshold() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.unstableNewThreshold
:If the total number of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
. - PassedThreshold_unstableThreshold() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.unstableThreshold
:According the threshold mode, if the total number (or the percent) of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
. - PassedThresholdDescriptor - Class in org.jenkinsci.plugins.xunit.threshold
- PassedThresholdDescriptor() - Constructor for class org.jenkinsci.plugins.xunit.threshold.PassedThresholdDescriptor
- PassedThresholdDescriptor(Class<? extends XUnitThreshold>) - Constructor for class org.jenkinsci.plugins.xunit.threshold.PassedThresholdDescriptor
- perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- PHPUnit - Class in org.jenkinsci.plugins.xunit.types
- PHPUnit() - Constructor for class org.jenkinsci.plugins.xunit.types.PHPUnit
- PHPUnitJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
-
PHPUnit is a programmer-oriented testing framework for PHP.
- PHPUnitJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.PHPUnitJunitHudsonTestType
- PHPUnitJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
- process(Run<?, ?>, FilePath, TaskListener, Launcher, Collection<TestDataPublisher>, PipelineTestDetails) - Method in class org.jenkinsci.plugins.xunit.XUnitProcessor
- PROCESSING_SLEEP_TIME - Static variable in class org.jenkinsci.plugins.xunit.XUnitDefaultValues
- processResultThreshold(TestResultSummary, Run<?, ?>) - Method in class org.jenkinsci.plugins.xunit.XUnitProcessor
- publishChecks(Run<?, ?>, XUnitProcessorResult, Result, TaskListener, PipelineTestDetails) - Method in class org.jenkinsci.plugins.xunit.XUnitProcessor
Q
- QTestLib - Class in org.jenkinsci.plugins.xunit.types
- QTestLib() - Constructor for class org.jenkinsci.plugins.xunit.types.QTestLib
- QTestLibType - Class in org.jenkinsci.plugins.xunit.types
-
Qt Test is a framework for unit testing Qt based applications and libraries.
- QTestLibType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.QTestLibType
- QTestLibType.QTestLibTypeDescriptor - Class in org.jenkinsci.plugins.xunit.types
- QTestLibTypeDescriptor() - Constructor for class org.jenkinsci.plugins.xunit.types.QTestLibType.QTestLibTypeDescriptor
R
- run() - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution
S
- setChecksName(String) - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- setChecksName(String) - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- setCustomXSLFile(File) - Method in class org.jenkinsci.plugins.xunit.types.CustomInputMetric
- setDeleteOutputFiles(boolean) - Method in class org.jenkinsci.plugins.xunit.types.AUnitJunitHudsonTestType
- setExcludesPattern(String) - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- setExcludesPattern(String) - Method in class org.jenkinsci.plugins.xunit.types.AUnitJunitHudsonTestType
- setFailIfNotNew(boolean) - Method in class org.jenkinsci.plugins.xunit.types.AUnitJunitHudsonTestType
- setFailureNewThreshold(String) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- setFailureThreshold(String) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- setFollowSymlink(boolean) - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- setFollowSymlink(boolean) - Method in class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- setFollowSymlink(boolean) - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- setProcessorId(String) - Method in class org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable
- setReduceLog(boolean) - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- setReduceLog(boolean) - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- setSkipNoTestFiles(boolean) - Method in class org.jenkinsci.plugins.xunit.types.AUnitJunitHudsonTestType
- setSkipPublishingChecks(boolean) - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- setSkipPublishingChecks(boolean) - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- setSleepTime(long) - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- setSleepTime(long) - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
- setStopProcessingIfError(boolean) - Method in class org.jenkinsci.plugins.xunit.types.AUnitJunitHudsonTestType
- setTestDataPublishers(Collection<TestDataPublisher>) - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- setTestDataPublishers(Collection<TestDataPublisher>) - Method in class org.jenkinsci.plugins.xunit.XUnitPublisher
-
Configures the
TestDataPublisher
s for this custom reports publisher, to process the recorded data. - setTestTimeMargin(String) - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- setThresholdMode(int) - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- setThresholds(List<XUnitThreshold>) - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- setUnstableNewThreshold(String) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- setUnstableThreshold(String) - Method in class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- SKIP_PUBLISHING_CHECKS - Static variable in class org.jenkinsci.plugins.xunit.XUnitDefaultValues
- SkippedThreshold - Class in org.jenkinsci.plugins.xunit.threshold
- SkippedThreshold() - Constructor for class org.jenkinsci.plugins.xunit.threshold.SkippedThreshold
- SkippedThresholdDescriptor - Class in org.jenkinsci.plugins.xunit.threshold
- SkippedThresholdDescriptor() - Constructor for class org.jenkinsci.plugins.xunit.threshold.SkippedThresholdDescriptor
- SkippedThresholdDescriptor(Class<? extends XUnitThreshold>) - Constructor for class org.jenkinsci.plugins.xunit.threshold.SkippedThresholdDescriptor
- SkipTestException - Exception in org.jenkinsci.plugins.xunit.service
-
Signals that a tools analysis is skipped for some reason.
- SkipTestException(String) - Constructor for exception org.jenkinsci.plugins.xunit.service.SkipTestException
- start(StepContext) - Method in class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
T
- TEST_REPORT_TIME_MARGING - Static variable in class org.jenkinsci.plugins.xunit.XUnitDefaultValues
- thresholdHelpMessage_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
thresholdHelpMessage.failedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of failed tests exceeds the specified thresholds.
. - thresholdHelpMessage_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
thresholdHelpMessage.skippedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of skipped tests exceeds the specified thresholds.
. - TransformerException - Exception in org.jenkinsci.plugins.xunit.service
- TransformerException(String) - Constructor for exception org.jenkinsci.plugins.xunit.service.TransformerException
U
- UnitTest - Class in org.jenkinsci.plugins.xunit.types
- UnitTest() - Constructor for class org.jenkinsci.plugins.xunit.types.UnitTest
- UnitTestJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
- UnitTestJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.UnitTestJunitHudsonTestType
- UnitTestJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
- unstableNewThreshold_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
unstableNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
. - unstableNewThreshold_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
unstableNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
. - unstableThreshold_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
unstableThreshold.failedTests
:According the threshold mode, if the total number (or the percent) of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
. - unstableThreshold_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
unstableThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
.
V
- Valgrind - Class in org.jenkinsci.plugins.xunit.types
- Valgrind() - Constructor for class org.jenkinsci.plugins.xunit.types.Valgrind
- ValgrindJunitHudsonTestType - Class in org.jenkinsci.plugins.xunit.types
-
Valgrind is an instrumentation framework for building dynamic analysis tools.
- ValgrindJunitHudsonTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.ValgrindJunitHudsonTestType
- ValgrindJunitHudsonTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
- validateInputFile(File) - Method in class org.jenkinsci.plugins.xunit.types.JUnitInputMetric
- validateInputFile(XUnitToolInfo, File) - Method in class org.jenkinsci.plugins.xunit.service.XUnitValidationService
-
Validates an input file.
- validateOutputFile(File) - Method in class org.jenkinsci.plugins.xunit.types.JUnitInputMetric
- validateOutputFile(XUnitToolInfo, File, File) - Method in class org.jenkinsci.plugins.xunit.service.XUnitValidationService
-
Validates the converted file against a JUnit format
W
- warn(String) - Method in class org.jenkinsci.plugins.xunit.service.XUnitLog
-
Log a warning output to the console logger.
X
- xUnit_PublisherName() - Static method in class org.jenkinsci.plugins.xunit.Messages
-
Key
xUnit.PublisherName
:Publish xUnit test result report
. - XUnitConversionService - Class in org.jenkinsci.plugins.xunit.service
- XUnitConversionService(XUnitLog) - Constructor for class org.jenkinsci.plugins.xunit.service.XUnitConversionService
- XUnitDefaultValues - Class in org.jenkinsci.plugins.xunit
- XUnitDefaultValues() - Constructor for class org.jenkinsci.plugins.xunit.XUnitDefaultValues
- XUnitDescriptorPublisher() - Constructor for class org.jenkinsci.plugins.xunit.XUnitPublisher.XUnitDescriptorPublisher
- XUnitDotNet - Class in org.jenkinsci.plugins.xunit.types
- XUnitDotNet() - Constructor for class org.jenkinsci.plugins.xunit.types.XUnitDotNet
- XUnitDotNetTestType - Class in org.jenkinsci.plugins.xunit.types
-
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework.
- XUnitDotNetTestType(String) - Constructor for class org.jenkinsci.plugins.xunit.types.XUnitDotNetTestType
- XUnitDotNetTestType.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.types
- XUnitException - Exception in org.jenkinsci.plugins.xunit.exception
- XUnitException(String) - Constructor for exception org.jenkinsci.plugins.xunit.exception.XUnitException
- XUnitException(String, Throwable) - Constructor for exception org.jenkinsci.plugins.xunit.exception.XUnitException
- XUnitLog - Class in org.jenkinsci.plugins.xunit.service
- XUnitLog(TaskListener) - Constructor for class org.jenkinsci.plugins.xunit.service.XUnitLog
- XUnitProcessor - Class in org.jenkinsci.plugins.xunit
- XUnitProcessor(TestType[], XUnitThreshold[], int, ExtraConfiguration) - Constructor for class org.jenkinsci.plugins.xunit.XUnitProcessor
- xUnitProcessor_checkSleepTime() - Static method in class org.jenkinsci.plugins.xunit.Messages
-
Key
xUnitProcessor.checkSleepTime
:Time must be a positive or zero number
. - xUnitProcessor_checkThreshold(Object) - Static method in class org.jenkinsci.plugins.xunit.Messages
-
Key
xUnitProcessor.checkThreshold
:Check ''{0}'' threshold.
. - xUnitProcessor_emptyReport() - Static method in class org.jenkinsci.plugins.xunit.Messages
-
Key
xUnitProcessor.emptyReport
:All test reports are empty.
. - xUnitProcessor_xslFileNotFound(Object) - Static method in class org.jenkinsci.plugins.xunit.Messages
-
Key
xUnitProcessor.xslFileNotFound
:The XSL file ''{0}'' doesn't exist.
. - XUnitProcessorResult - Class in org.jenkinsci.plugins.xunit
- XUnitProcessorResult(TestResultSummary, TestResult) - Constructor for class org.jenkinsci.plugins.xunit.XUnitProcessorResult
- XUnitPublisher - Class in org.jenkinsci.plugins.xunit
-
Class that converting custom reports to Junit reports and records them.
- XUnitPublisher(TestType[], XUnitThreshold[], int, String) - Constructor for class org.jenkinsci.plugins.xunit.XUnitPublisher
- XUnitPublisher.XUnitDescriptorPublisher - Class in org.jenkinsci.plugins.xunit
- XUnitReportProcessorService - Class in org.jenkinsci.plugins.xunit.service
- XUnitReportProcessorService(XUnitLog) - Constructor for class org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService
- XUnitReportProcessorService_clockOutOfSync() - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitReportProcessorService.clockOutOfSync
:Clock on this slave is out of sync with the master, and therefore I can't figure out what test results are new and what are old. Please keep the slave clock in sync with the master.
. - XUnitReportProcessorService_reportsFound(Object, Object, Object, Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitReportProcessorService.reportsFound
:[{0}] - {1} test report file(s) were found with the pattern ''{2}'' relative to ''{3}'' for the testing framework ''{0}''.
. - XUnitReportProcessorService_reportsNotFound(Object, Object, Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitReportProcessorService.reportsNotFound
:[{0}] - No test report file(s) were found with the pattern ''{1}'' relative to ''{2}'' for the testing framework ''{0}''. Did you enter a pattern relative to (and within) the workspace directory? Did you generate the result report(s) for ''{0}''?"
. - XUnitResultsStep - Class in org.jenkinsci.plugins.xunit.pipeline
- XUnitResultsStep(List<TestType>) - Constructor for class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStep
- XUnitResultsStep.DescriptorImpl - Class in org.jenkinsci.plugins.xunit.pipeline
- XUnitResultsStepExecution - Class in org.jenkinsci.plugins.xunit.pipeline
- XUnitResultsStepExecution(XUnitResultsStep, StepContext) - Constructor for class org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution
- XUnitResultsStepExecution_noTool() - Static method in class org.jenkinsci.plugins.xunit.pipeline.Messages
-
Key
XUnitResultsStepExecution.noTool
:At least one tool must be specified for the xunit step.
. - XUnitThreshold - Class in org.jenkinsci.plugins.xunit.threshold
- XUnitThreshold() - Constructor for class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- XUnitThreshold(String, String, String, String) - Constructor for class org.jenkinsci.plugins.xunit.threshold.XUnitThreshold
- XUnitThreshold_failureNewThreshold_name() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.failureNewThreshold.name
:new failure threshold
. - XUnitThreshold_failureThreshold_name() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.failureThreshold.name
:failure threshold
. - XUnitThreshold_newThreshold_message(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.newThreshold.message
:The new number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
. - XUnitThreshold_percentNewThreshold_message(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.percentNewThreshold.message
:The percent of the new number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
. - XUnitThreshold_percentThreshold_message(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.percentThreshold.message
:The percent of the total number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
. - XUnitThreshold_threshold_message(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.threshold.message
:The total number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
. - XUnitThreshold_unstableNewThreshold_name() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.unstableNewThreshold.name
:new unstable threshold
. - XUnitThreshold_unstableThreshold_name() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.unstableThreshold.name
:unstable threshold
. - XUnitThresholdDescriptor<T extends XUnitThreshold> - Class in org.jenkinsci.plugins.xunit.threshold
- XUnitThresholdDescriptor(Class<? extends XUnitThreshold>) - Constructor for class org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor
- XUnitThresholdDescriptor_checkThreshold(Object) - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThresholdDescriptor.checkThreshold
:Invalid threshold format for value: {0}
. - XUnitToolInfo - Class in org.jenkinsci.plugins.xunit.service
- XUnitToolInfo(InputMetric, String, Boolean, boolean, boolean, boolean, boolean, long, long, long, String) - Constructor for class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- XUnitToolInfo(InputMetric, String, Boolean, boolean, boolean, boolean, long, long, long, String) - Constructor for class org.jenkinsci.plugins.xunit.service.XUnitToolInfo
- XUnitTransformerCallable - Class in org.jenkinsci.plugins.xunit.service
- XUnitTransformerCallable(XUnitReportProcessorService, XUnitConversionService, XUnitValidationService, XUnitToolInfo, XUnitLog) - Constructor for class org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable
- XUnitTransformerCallable_empty(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitTransformerCallable.empty
:The result file ''{0}'' for the metric ''{1}'' is empty. The result file has been skipped.
. - XUnitTransformerCallable_invalidInput(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitTransformerCallable.invalidInput
:The result file ''{0}'' for the metric ''{1}'' is not valid. The result file has been skipped.
. - XUnitTransformerCallable_invalidOutput(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitTransformerCallable.invalidOutput
:The converted file for the result file ''{0}'' (during conversion process for the metric ''{1}'') is not valid. The report file has been skipped.
. - XUnitUtil - Class in org.jenkinsci.plugins.xunit
- XUnitValidationService - Class in org.jenkinsci.plugins.xunit.service
- XUnitValidationService(XUnitLog) - Constructor for class org.jenkinsci.plugins.xunit.service.XUnitValidationService
- XUnitValidationService_invalidInput(Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitValidationService.invalidInput
:The file ''{0}'' is an invalid file.
. - XUnitValidationService_invalidOutput(Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitValidationService.invalidOutput
:The converted file for the input file ''{0}'' doesn't match the JUnit format.
.
_
- _displayName_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
displayName.failedTests
:Failed Tests
. - _displayName_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
displayName.skippedTests
:Skipped Tests
. - _failureNewThreshold_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
failureNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
. - _failureNewThreshold_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
failureNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
. - _failureThreshold_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
failureThreshold.failedTests
:If the total number of failed exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
. - _failureThreshold_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
failureThreshold.skippedTests
:If the total number of skipped exceeds this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
. - _PassedThreshold_displayName() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.displayName
:Passed Tests
. - _PassedThreshold_failureNewThreshold() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.failureNewThreshold
:If the total number of passed tests is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
. - _PassedThreshold_failureThreshold() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.failureThreshold
:If the total number of passed is lower then this threshold then a build is considered as failed. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
. - _PassedThreshold_thresholdHelpMessage() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.thresholdHelpMessage
:Configure the build status. A build is considered as unstable or failure if the new or total number of passed tests is lower than the specified thresholds.
. - _PassedThreshold_unstableNewThreshold() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.unstableNewThreshold
:If the total number of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new passed tests.
. - _PassedThreshold_unstableThreshold() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
PassedThreshold.unstableThreshold
:According the threshold mode, if the total number (or the percent) of passed tests is lower than this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of passed tests.
. - _thresholdHelpMessage_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
thresholdHelpMessage.failedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of failed tests exceeds the specified thresholds.
. - _thresholdHelpMessage_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
thresholdHelpMessage.skippedTests
:Configure the build status. A build is considered as unstable or failure if the new or total number of skipped tests exceeds the specified thresholds.
. - _unstableNewThreshold_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
unstableNewThreshold.failedTests
:If the total number of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new failed tests.
. - _unstableNewThreshold_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
unstableNewThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of new skipped tests.
. - _unstableThreshold_failedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
unstableThreshold.failedTests
:According the threshold mode, if the total number (or the percent) of failed tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of failed tests.
. - _unstableThreshold_skippedTests() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
unstableThreshold.skippedTests
:If the total number of skipped tests exceeds this threshold then a build is considered as unstable. Leave this field empty if the unstable state of the build should not depend on the total number of skipped tests.
. - _xUnit_PublisherName() - Static method in class org.jenkinsci.plugins.xunit.Messages
-
Key
xUnit.PublisherName
:Publish xUnit test result report
. - _xUnitProcessor_checkSleepTime() - Static method in class org.jenkinsci.plugins.xunit.Messages
-
Key
xUnitProcessor.checkSleepTime
:Time must be a positive or zero number
. - _xUnitProcessor_checkThreshold(Object) - Static method in class org.jenkinsci.plugins.xunit.Messages
-
Key
xUnitProcessor.checkThreshold
:Check ''{0}'' threshold.
. - _xUnitProcessor_emptyReport() - Static method in class org.jenkinsci.plugins.xunit.Messages
-
Key
xUnitProcessor.emptyReport
:All test reports are empty.
. - _xUnitProcessor_xslFileNotFound(Object) - Static method in class org.jenkinsci.plugins.xunit.Messages
-
Key
xUnitProcessor.xslFileNotFound
:The XSL file ''{0}'' doesn't exist.
. - _XUnitReportProcessorService_clockOutOfSync() - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitReportProcessorService.clockOutOfSync
:Clock on this slave is out of sync with the master, and therefore I can't figure out what test results are new and what are old. Please keep the slave clock in sync with the master.
. - _XUnitReportProcessorService_reportsFound(Object, Object, Object, Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitReportProcessorService.reportsFound
:[{0}] - {1} test report file(s) were found with the pattern ''{2}'' relative to ''{3}'' for the testing framework ''{0}''.
. - _XUnitReportProcessorService_reportsNotFound(Object, Object, Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitReportProcessorService.reportsNotFound
:[{0}] - No test report file(s) were found with the pattern ''{1}'' relative to ''{2}'' for the testing framework ''{0}''. Did you enter a pattern relative to (and within) the workspace directory? Did you generate the result report(s) for ''{0}''?"
. - _XUnitResultsStepExecution_noTool() - Static method in class org.jenkinsci.plugins.xunit.pipeline.Messages
-
Key
XUnitResultsStepExecution.noTool
:At least one tool must be specified for the xunit step.
. - _XUnitThreshold_failureNewThreshold_name() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.failureNewThreshold.name
:new failure threshold
. - _XUnitThreshold_failureThreshold_name() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.failureThreshold.name
:failure threshold
. - _XUnitThreshold_newThreshold_message(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.newThreshold.message
:The new number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
. - _XUnitThreshold_percentNewThreshold_message(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.percentNewThreshold.message
:The percent of the new number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
. - _XUnitThreshold_percentThreshold_message(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.percentThreshold.message
:The percent of the total number of tests for the threshold ''{0}'' exceeds the specified "{1}" percent value.
. - _XUnitThreshold_threshold_message(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.threshold.message
:The total number of tests for the threshold ''{0}'' exceeds the specified "{1}" value.
. - _XUnitThreshold_unstableNewThreshold_name() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.unstableNewThreshold.name
:new unstable threshold
. - _XUnitThreshold_unstableThreshold_name() - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThreshold.unstableThreshold.name
:unstable threshold
. - _XUnitThresholdDescriptor_checkThreshold(Object) - Static method in class org.jenkinsci.plugins.xunit.threshold.Messages
-
Key
XUnitThresholdDescriptor.checkThreshold
:Invalid threshold format for value: {0}
. - _XUnitTransformerCallable_empty(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitTransformerCallable.empty
:The result file ''{0}'' for the metric ''{1}'' is empty. The result file has been skipped.
. - _XUnitTransformerCallable_invalidInput(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitTransformerCallable.invalidInput
:The result file ''{0}'' for the metric ''{1}'' is not valid. The result file has been skipped.
. - _XUnitTransformerCallable_invalidOutput(Object, Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitTransformerCallable.invalidOutput
:The converted file for the result file ''{0}'' (during conversion process for the metric ''{1}'') is not valid. The report file has been skipped.
. - _XUnitValidationService_invalidInput(Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitValidationService.invalidInput
:The file ''{0}'' is an invalid file.
. - _XUnitValidationService_invalidOutput(Object) - Static method in class org.jenkinsci.plugins.xunit.service.Messages
-
Key
XUnitValidationService.invalidOutput
:The converted file for the input file ''{0}'' doesn't match the JUnit format.
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form