Interface OpenApiWorkParameters
-
- All Implemented Interfaces:
-
org.gradle.workers.WorkParameters
public interface OpenApiWorkParameters implements WorkParameters
-
-
Method Summary
Modifier and Type Method Description abstract Property<String>getResolvedInputSpec()abstract DirectoryPropertygetOutputDir()abstract RegularFilePropertygetConfigFile()abstract Property<Boolean>getVerbose()abstract Property<Boolean>getQuiet()abstract Property<Boolean>getValidateSpec()abstract Property<String>getGeneratorName()abstract Property<String>getAuth()abstract DirectoryPropertygetTemplateDir()abstract Property<String>getTemplateResourcePath()abstract Property<String>getPackageName()abstract Property<String>getApiPackage()abstract Property<String>getModelPackage()abstract Property<String>getModelNamePrefix()abstract Property<String>getModelNameSuffix()abstract Property<String>getApiNameSuffix()abstract Property<String>getInvokerPackage()abstract Property<String>getGroupId()abstract Property<String>getId()abstract Property<String>getVersion()abstract Property<String>getLibrary()abstract Property<String>getGitHost()abstract Property<String>getGitUserId()abstract Property<String>getGitRepoId()abstract Property<String>getReleaseNote()abstract Property<String>getHttpUserAgent()abstract RegularFilePropertygetIgnoreFileOverride()abstract Property<Boolean>getRemoveOperationIdPrefix()abstract Property<Boolean>getSkipOperationExample()abstract Property<Boolean>getSkipOverwrite()abstract Property<Boolean>getLogToStderr()abstract Property<Boolean>getEnablePostProcessFile()abstract Property<Boolean>getSkipValidateSpec()abstract Property<Boolean>getGenerateAliasAsModel()abstract Property<Boolean>getStrictSpec()abstract Property<Boolean>getMinimalUpdate()abstract Property<Boolean>getGenerateRecursiveDependentModels()abstract Property<String>getEngine()abstract Property<Boolean>getDryRun()abstract MapProperty<String, String>getGlobalProperties()abstract MapProperty<String, String>getInstantiationTypes()abstract MapProperty<String, String>getImportMappings()abstract MapProperty<String, String>getSchemaMappings()abstract ListProperty<String>getForcedGenerateSchemas()abstract MapProperty<String, String>getInlineSchemaNameMappings()abstract MapProperty<String, String>getInlineSchemaOptions()abstract MapProperty<String, String>getNameMappings()abstract MapProperty<String, String>getParameterNameMappings()abstract MapProperty<String, String>getModelNameMappings()abstract MapProperty<String, String>getEnumNameMappings()abstract MapProperty<String, String>getOperationIdNameMappings()abstract MapProperty<String, String>getOpenapiNormalizer()abstract MapProperty<String, String>getTypeMappings()abstract MapProperty<String, Object>getAdditionalProperties()abstract MapProperty<String, String>getServerVariables()abstract MapProperty<String, String>getReservedWordsMappings()abstract MapProperty<String, String>getConfigOptions()abstract ListProperty<String>getLanguageSpecificPrimitives()abstract ListProperty<String>getOpenapiGeneratorIgnoreList()abstract ListProperty<String>getSupportingFilesConstrainedTo()abstract ListProperty<String>getModelFilesConstrainedTo()abstract ListProperty<String>getApiFilesConstrainedTo()abstract Property<Boolean>getGenerateModelTests()abstract Property<Boolean>getGenerateModelDocumentation()abstract Property<Boolean>getGenerateApiTests()abstract Property<Boolean>getGenerateApiDocumentation()-
-
Method Detail
-
getResolvedInputSpec
abstract Property<String> getResolvedInputSpec()
-
getOutputDir
abstract DirectoryProperty getOutputDir()
-
getConfigFile
abstract RegularFileProperty getConfigFile()
-
getVerbose
abstract Property<Boolean> getVerbose()
-
getValidateSpec
abstract Property<Boolean> getValidateSpec()
-
getGeneratorName
abstract Property<String> getGeneratorName()
-
getTemplateDir
abstract DirectoryProperty getTemplateDir()
-
getTemplateResourcePath
abstract Property<String> getTemplateResourcePath()
-
getPackageName
abstract Property<String> getPackageName()
-
getApiPackage
abstract Property<String> getApiPackage()
-
getModelPackage
abstract Property<String> getModelPackage()
-
getModelNamePrefix
abstract Property<String> getModelNamePrefix()
-
getModelNameSuffix
abstract Property<String> getModelNameSuffix()
-
getApiNameSuffix
abstract Property<String> getApiNameSuffix()
-
getInvokerPackage
abstract Property<String> getInvokerPackage()
-
getGroupId
abstract Property<String> getGroupId()
-
getVersion
abstract Property<String> getVersion()
-
getLibrary
abstract Property<String> getLibrary()
-
getGitHost
abstract Property<String> getGitHost()
-
getGitUserId
abstract Property<String> getGitUserId()
-
getGitRepoId
abstract Property<String> getGitRepoId()
-
getReleaseNote
abstract Property<String> getReleaseNote()
-
getHttpUserAgent
abstract Property<String> getHttpUserAgent()
-
getIgnoreFileOverride
abstract RegularFileProperty getIgnoreFileOverride()
-
getRemoveOperationIdPrefix
abstract Property<Boolean> getRemoveOperationIdPrefix()
-
getSkipOperationExample
abstract Property<Boolean> getSkipOperationExample()
-
getSkipOverwrite
abstract Property<Boolean> getSkipOverwrite()
-
getLogToStderr
abstract Property<Boolean> getLogToStderr()
-
getEnablePostProcessFile
abstract Property<Boolean> getEnablePostProcessFile()
-
getSkipValidateSpec
abstract Property<Boolean> getSkipValidateSpec()
-
getGenerateAliasAsModel
abstract Property<Boolean> getGenerateAliasAsModel()
-
getStrictSpec
abstract Property<Boolean> getStrictSpec()
-
getMinimalUpdate
abstract Property<Boolean> getMinimalUpdate()
-
getGenerateRecursiveDependentModels
abstract Property<Boolean> getGenerateRecursiveDependentModels()
-
getGlobalProperties
abstract MapProperty<String, String> getGlobalProperties()
-
getInstantiationTypes
abstract MapProperty<String, String> getInstantiationTypes()
-
getImportMappings
abstract MapProperty<String, String> getImportMappings()
-
getSchemaMappings
abstract MapProperty<String, String> getSchemaMappings()
-
getForcedGenerateSchemas
abstract ListProperty<String> getForcedGenerateSchemas()
-
getInlineSchemaNameMappings
abstract MapProperty<String, String> getInlineSchemaNameMappings()
-
getInlineSchemaOptions
abstract MapProperty<String, String> getInlineSchemaOptions()
-
getNameMappings
abstract MapProperty<String, String> getNameMappings()
-
getParameterNameMappings
abstract MapProperty<String, String> getParameterNameMappings()
-
getModelNameMappings
abstract MapProperty<String, String> getModelNameMappings()
-
getEnumNameMappings
abstract MapProperty<String, String> getEnumNameMappings()
-
getOperationIdNameMappings
abstract MapProperty<String, String> getOperationIdNameMappings()
-
getOpenapiNormalizer
abstract MapProperty<String, String> getOpenapiNormalizer()
-
getTypeMappings
abstract MapProperty<String, String> getTypeMappings()
-
getAdditionalProperties
abstract MapProperty<String, Object> getAdditionalProperties()
-
getServerVariables
abstract MapProperty<String, String> getServerVariables()
-
getReservedWordsMappings
abstract MapProperty<String, String> getReservedWordsMappings()
-
getConfigOptions
abstract MapProperty<String, String> getConfigOptions()
-
getLanguageSpecificPrimitives
abstract ListProperty<String> getLanguageSpecificPrimitives()
-
getOpenapiGeneratorIgnoreList
abstract ListProperty<String> getOpenapiGeneratorIgnoreList()
-
getSupportingFilesConstrainedTo
abstract ListProperty<String> getSupportingFilesConstrainedTo()
-
getModelFilesConstrainedTo
abstract ListProperty<String> getModelFilesConstrainedTo()
-
getApiFilesConstrainedTo
abstract ListProperty<String> getApiFilesConstrainedTo()
-
getGenerateModelTests
abstract Property<Boolean> getGenerateModelTests()
-
getGenerateModelDocumentation
abstract Property<Boolean> getGenerateModelDocumentation()
-
getGenerateApiTests
abstract Property<Boolean> getGenerateApiTests()
-
getGenerateApiDocumentation
abstract Property<Boolean> getGenerateApiDocumentation()
-
-
-
-