Uses of Class
com.google.appengine.tools.development.testing.LocalModulesServiceTestConfig
Packages that use LocalModulesServiceTestConfig
-
Uses of LocalModulesServiceTestConfig in com.google.appengine.tools.development.testing
Methods in com.google.appengine.tools.development.testing that return LocalModulesServiceTestConfigModifier and TypeMethodDescriptionLocalModulesServiceTestConfig.addAutomaticScalingModuleVersion(String module, String version) Adds a automatic scaling module version.LocalModulesServiceTestConfig.addBasicScalingModuleVersion(String module, String version, int numInstances) Adds a basic scaling module version.LocalModulesServiceTestConfig.addDefaultModuleVersion()Adds an automatic scaling module version that matches the defaultApiProxy.Environmentconstructed byLocalServiceTestHelperwith module = "default" and version = "1".LocalModulesServiceTestConfig.addManualScalingModuleVersion(String module, String version, int numInstances) Adds a manual scaling module version.