Class SwaggerConfiguration
java.lang.Object
org.citrusframework.mvn.plugin.config.tests.SwaggerConfiguration
- All Implemented Interfaces:
Serializable
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()Gets the file.Gets the mappings.getMode()Gets the mode.Gets the operation.voidSets the file.voidsetMappings(MappingsConfiguration mappings) Sets the mappings.voidSets the mode.voidsetOperation(String operation) Sets the operation.
-
Constructor Details
-
SwaggerConfiguration
public SwaggerConfiguration()
-
-
Method Details
-
getMode
Gets the mode.- Returns:
-
setMode
Sets the mode.- Parameters:
mode-
-
getFile
Gets the file.- Returns:
-
setFile
Sets the file.- Parameters:
file-
-
getOperation
Gets the operation.- Returns:
-
setOperation
Sets the operation.- Parameters:
operation-
-
getMappings
Gets the mappings.- Returns:
-
setMappings
Sets the mappings.- Parameters:
mappings-
-