Uses of Class
com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Packages that use LocalTaskQueueTestConfig
-
Uses of LocalTaskQueueTestConfig in com.google.appengine.tools.development.testing
Methods in com.google.appengine.tools.development.testing that return LocalTaskQueueTestConfigModifier and TypeMethodDescriptionLocalTaskQueueTestConfig.setCallbackClass(Class<? extends LocalTaskQueueCallback> callbackClass) Overrides the callback implementation used by the local task queue for async task execution.LocalTaskQueueTestConfig.setDisableAutoTaskExecution(boolean disableAutoTaskExecution) Disables/enables automatic task execution.LocalTaskQueueTestConfig.setQueueXmlPath(String queueXmlPath) Overrides the location of queue.xml.LocalTaskQueueTestConfig.setQueueYamlPath(String queueYamlPath) Overrides the location of queue.yaml.LocalTaskQueueTestConfig.setShouldCopyApiProxyEnvironment(boolean b) Enables copying of theApiProxy.Environmentto task handler threads.LocalTaskQueueTestConfig.setTaskExecutionLatch(CountDownLatch latch) Sets aCountDownLatchthat the thread executing the task will decrement after aLocalTaskQueueCallbackfinishes execution.