Uses of Enum
io.jenkins.plugins.railflow.commons.SearchMode
Package
Description
-
Uses of SearchMode in io.jenkins.plugins.railflow
Modifier and TypeMethodDescriptionUploadParameters.getSearchMode()
UploadParametersImpl.getSearchMode()
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 SearchMode in io.jenkins.plugins.railflow.commons
Modifier and TypeMethodDescriptionstatic SearchMode
Returns the enum constant of this type with the specified name.static SearchMode[]
SearchMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchMode in io.jenkins.plugins.railflow.jenkins.testresults
Modifier and TypeMethodDescriptionvoid
RailflowUploadJobConfiguration.setSearchMode
(SearchMode searchMode)