Uses of Enum
io.jenkins.plugins.railflow.testreport.model.ReportFormat
Package
Description
-
Uses of ReportFormat in io.jenkins.plugins.railflow
Modifier and TypeMethodDescriptionUploadParameters.getReportFormat()
Gets the testreport format.UploadParametersImpl.getReportFormat()
Modifier and TypeMethodDescriptionstatic UploadParameters.Builder
UploadParameters.builder
(String railFlowProject, String testPath, ReportFormat reportFormat, SearchMode searchMode) New builder.ModifierConstructorDescriptionUploadParametersImpl
(String project, String testPath, ReportFormat reportFormat, SearchMode searchMode) -
Uses of ReportFormat in io.jenkins.plugins.railflow.jenkins.testresults
Modifier and TypeMethodDescriptionRailflowPublisher.DescriptorImpl.doCheckTestCasePath
(String testCasePath, ReportFormat testReportFormat) Do check test path.void
RailflowUploadJobConfiguration.setTestReportFormat
(ReportFormat testReportFormat) -
Uses of ReportFormat in io.jenkins.plugins.railflow.testreport.model
Modifier and TypeMethodDescriptionstatic ReportFormat
ReportFormat.fromString
(String reportFormat) static ReportFormat
Returns 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.