public interface AppDeploymentConfiguration
This interface represents applications deployment configuration
Modifier and Type | Method and Description |
---|---|
Iterable<org.springframework.core.io.Resource> |
getResources()
List of resources of the application export which is needed to be imported.
|
List<String> |
getTenantNames()
List of tenant names where applications will be deployed.
|
boolean |
isEditable()
Deployment flag describes application deployment editability
|
boolean |
isForceAppImport()
Force application import flag
|
boolean |
isIgnoreImportError()
Ignore the errors during the import and only log them
|
boolean |
isSystemApp()
Flag to recognize sytem application deployments
|
boolean isSystemApp()
Flag to recognize sytem application deployments
boolean isEditable()
Deployment flag describes application deployment editability
boolean isForceAppImport()
Force application import flag
boolean isIgnoreImportError()
Ignore the errors during the import and only log them
List<String> getTenantNames()
List of tenant names where applications will be deployed.
Iterable<org.springframework.core.io.Resource> getResources()
List of resources of the application export which is needed to be imported.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.