Uses of Enum
io.jenkins.plugins.railflow.testreport.model.ReportFormat
Packages that use ReportFormat
Package
Description
-
Uses of ReportFormat in io.jenkins.plugins.railflow
Methods in io.jenkins.plugins.railflow that return ReportFormatModifier and TypeMethodDescriptionUploadParameters.getReportFormat()Gets the testreport format.UploadParametersImpl.getReportFormat()Methods in io.jenkins.plugins.railflow with parameters of type ReportFormatModifier and TypeMethodDescriptionstatic UploadParameters.BuilderUploadParameters.builder(String railFlowProject, String testPath, ReportFormat reportFormat, SearchMode searchMode) New builder.Constructors in io.jenkins.plugins.railflow with parameters of type ReportFormatModifierConstructorDescriptionUploadParametersImpl(String project, String testPath, ReportFormat reportFormat, SearchMode searchMode) -
Uses of ReportFormat in io.jenkins.plugins.railflow.jenkins.testresults
Methods in io.jenkins.plugins.railflow.jenkins.testresults that return ReportFormatMethods in io.jenkins.plugins.railflow.jenkins.testresults that return types with arguments of type ReportFormatMethods in io.jenkins.plugins.railflow.jenkins.testresults with parameters of type ReportFormatModifier and TypeMethodDescriptionRailflowPublisher.DescriptorImpl.doCheckTestCasePath(String testCasePath, ReportFormat testReportFormat) Do check test path.voidRailflowUploadJobConfiguration.setTestReportFormat(ReportFormat testReportFormat) -
Uses of ReportFormat in io.jenkins.plugins.railflow.testreport.model
Methods in io.jenkins.plugins.railflow.testreport.model that return ReportFormatModifier and TypeMethodDescriptionstatic ReportFormatReportFormat.fromString(String reportFormat) static ReportFormatReturns the enum constant of this type with the specified name.static ReportFormat[]ReportFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.