The importer is a tool that enables to import entities from local
directories. Imported entities have generally been exported (see Export).
|
__init__(self,
skip_conflict=False,
queue_actions=False,
with_instances=False,
update_existing=False)
Creates an importer instance. |
|
|
|
import_application(self,
org,
root_folder,
skip_conflict_detection=False)
Imports an application from a local folder into a given organization. |
|
|
|
import_distribution(self,
org,
root_folder,
skip_conflict_detection=False)
Imports a distribution from a local folder into a given organization. |
|
|
|
import_platform(self,
org,
root_folder,
skip_conflict_detection=False)
Imports a platform from a local folder into a given organization. |
|
|
|
import_environment(self,
org,
env_folder,
skip_conflict_detection=False)
Imports an environment from a local folder into a given organization. |
|
|
|
import_host(self,
env,
host_folder,
skip_conflict_detection=False)
Imports a host from a local folder into a given environment. |
|
|
|
|
|
display_queue(self,
show_only_conflicts=True)
If queuing was enabled, displays the queued actions to standard
output. |
|
|
|
execute_queue(self)
If queuing was enabled, executes the queued actions to standard
output. |
|
|
bool
|
no_conflict(self)
If queuing was enabled, tells if a conflict was detected. |
|
|
Inherited from object :
__long__ ,
__native__ ,
__nonzero__ ,
__unicode__ ,
next
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|