Uses of Enum
io.jenkins.plugins.railflow.commons.SearchMode
Packages that use SearchMode
Package
Description
-
Uses of SearchMode in io.jenkins.plugins.railflow
Methods in io.jenkins.plugins.railflow that return SearchModeModifier and TypeMethodDescriptionUploadParameters.getSearchMode()
UploadParametersImpl.getSearchMode()
Methods in io.jenkins.plugins.railflow with parameters of type SearchModeModifier and TypeMethodDescriptionstatic UploadParameters.Builder
UploadParameters.builder
(String railFlowProject, String testPath, ReportFormat reportFormat, SearchMode searchMode) New builder.Constructors in io.jenkins.plugins.railflow with parameters of type SearchModeModifierConstructorDescriptionUploadParametersImpl
(String project, String testPath, ReportFormat reportFormat, SearchMode searchMode) -
Uses of SearchMode in io.jenkins.plugins.railflow.commons
Methods in io.jenkins.plugins.railflow.commons that return SearchModeModifier 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
Methods in io.jenkins.plugins.railflow.jenkins.testresults that return SearchModeMethods in io.jenkins.plugins.railflow.jenkins.testresults that return types with arguments of type SearchModeMethods in io.jenkins.plugins.railflow.jenkins.testresults with parameters of type SearchModeModifier and TypeMethodDescriptionvoid
RailflowUploadJobConfiguration.setSearchMode
(SearchMode searchMode)