Modifier and Type | Field and Description |
---|---|
protected static Map<String,AppEngine> |
AppEngines.appEngines |
protected Collection<AutoDeploymentStrategy<AppEngine>> |
AppEngineConfiguration.deploymentStrategies |
Modifier and Type | Method and Description |
---|---|
AppEngine |
AppEngineConfiguration.buildAppEngine() |
protected static AppEngine |
AppEngines.buildAppEngine(URL resource) |
static AppEngine |
AppEngines.getAppEngine(String appEngineName)
Obtain an app engine by name.
|
static AppEngine |
AppEngines.getDefaultAppEngine() |
Modifier and Type | Method and Description |
---|---|
static Map<String,AppEngine> |
AppEngines.getAppEngines()
provides access to app engine to application clients in a managed server environment.
|
protected AutoDeploymentStrategy<AppEngine> |
AppEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
Collection<AutoDeploymentStrategy<AppEngine>> |
AppEngineConfiguration.getDeploymentStrategies() |
Modifier and Type | Method and Description |
---|---|
protected void |
AppEngineConfiguration.autoDeployResources(AppEngine appEngine) |
static void |
AppEngines.registerAppEngine(AppEngine appEngine)
Registers the given app engine.
|
static void |
AppEngines.unregister(AppEngine appEngine)
Unregisters the given app engine.
|
Modifier and Type | Method and Description |
---|---|
void |
AppEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<AppEngine>> deploymentStrategies) |
Modifier and Type | Class and Description |
---|---|
class |
AppEngineImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
Resource[] resources,
AppEngine engine) |
protected LockManager |
AbstractAppAutoDeploymentStrategy.getLockManager(AppEngine engine,
String deploymentNameHint) |
Modifier and Type | Field and Description |
---|---|
protected AppEngine |
AppEngineFactoryBean.appEngine |
Modifier and Type | Method and Description |
---|---|
static AppEngine |
SpringAppConfigurationHelper.buildAppEngine(URL resource) |
AppEngine |
AppEngineFactoryBean.getObject() |
Modifier and Type | Method and Description |
---|---|
Class<AppEngine> |
AppEngineFactoryBean.getObjectType() |
Modifier and Type | Field and Description |
---|---|
protected AppEngine |
FlowableAppTestHelper.appEngine |
protected AppEngine |
FlowableAppRule.appEngine |
Modifier and Type | Method and Description |
---|---|
protected AppEngine |
FlowableAppExtension.createAppEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
AppEngine |
FlowableAppTestHelper.getAppEngine() |
AppEngine |
FlowableAppRule.getAppEngine() |
Modifier and Type | Method and Description |
---|---|
void |
FlowableAppRule.setAppEngine(AppEngine appEngine) |
Constructor and Description |
---|
FlowableAppRule(AppEngine appEngine) |
FlowableAppTestHelper(AppEngine appEngine) |
Modifier and Type | Method and Description |
---|---|
static AppEngine |
AppTestHelper.getAppEngine(String configurationResource) |
Modifier and Type | Method and Description |
---|---|
static String |
AppTestHelper.annotationDeploymentSetUp(AppEngine appEngine,
Class<?> testClass,
Method method,
AppDeployment deploymentAnnotation) |
static String |
AppTestHelper.annotationDeploymentSetUp(AppEngine appEngine,
Class<?> testClass,
String methodName) |
static void |
AppTestHelper.annotationDeploymentTearDown(AppEngine appEngine,
String deploymentId,
Class<?> testClass,
String methodName) |
static AppDeploymentBuilder |
AppTestHelper.createAppDeploymentBuilder(AppEngine appEngine,
String deploymentName,
String... resources) |