GitConfig
class flow_api.git_config.GitConfig
(select=None, init=None, by=name, **kwargs
)
Base class: Identity
The GitConfig class represents a configuration of a git repository which is used to synchronize content (records) to Cloudomation. Functions from the GitConfig class allow interaction with GitConfig objects.
A git_config can be created with system.git_config('git_configname').save()
inside the handler
function of a flow script using the system
reference.
See the corresponding Resources class at GitConfig
Parameters
Name | Type | Description |
---|---|---|
**kwargs | ||
by | ||
init | ||
select |
Constants
RESOURCE = git_configMethods
add_role (role, propagate=True)
archive ()
clone (update=None, **kwargs)
delete (permanently=False)
exists ()
export ()
get (*fields, default=None)
get_dict (*fields, default=None)
get_identity_created_by ()
get_identity_modified_by ()
get_roles (limit=1000, offset=0, order=None)
load (*fields)
remove_role (role)
restore ()
roles (*args, **kwargs)
save (update=None, **kwargs)
set (key, value)