.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/jam_launch/JamProjectApi.xml. .. _class_JamProjectApi: JamProjectApi ============= **Inherits:** :ref:`JamHttpBase` **<** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_ready` **(** **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`create_project` **(** :ref:`String` project_name **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`list_projects` **(** **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`get_project` **(** :ref:`String` project_id **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`delete_project` **(** :ref:`String` project_id **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`prepare_release` **(** :ref:`String` project_id, :ref:`Dictionary` config **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`update_release` **(** :ref:`String` project_id, :ref:`String` release_id, :ref:`Dictionary` props **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`post_config` **(** :ref:`String` project_id, :ref:`Dictionary` cfg **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`get_build_logs` **(** :ref:`String` project_id, :ref:`String` release_id, :ref:`String` log_id **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`get_sessions` **(** :ref:`String` project_id, :ref:`bool` active **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`get_session` **(** :ref:`String` project_id, :ref:`String` release_id, :ref:`String` session_id **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`get_session_logs` **(** :ref:`String` project_id, :ref:`String` release_id, :ref:`String` session_id **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`terminate_session` **(** :ref:`String` project_id, :ref:`String` release_id, :ref:`String` session_id **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`get_test_key` **(** :ref:`String` project_id, :ref:`String` release, :ref:`int` test_num **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`get_local_server_keys` **(** :ref:`String` project_id, :ref:`String` release **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`create_channel` **(** :ref:`String` project_id, :ref:`String` channel **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`update_channel` **(** :ref:`String` project_id, :ref:`String` channel, :ref:`Dictionary` props **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamHttpBase.Result` | :ref:`get_channels` **(** :ref:`String` project_id, :ref:`String` release **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_JamProjectApi_private_method__ready: .. rst-class:: classref-method void **_ready** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_create_project: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **create_project** **(** :ref:`String` project_name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_list_projects: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **list_projects** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_get_project: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **get_project** **(** :ref:`String` project_id **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_delete_project: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **delete_project** **(** :ref:`String` project_id **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_prepare_release: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **prepare_release** **(** :ref:`String` project_id, :ref:`Dictionary` config **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_update_release: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **update_release** **(** :ref:`String` project_id, :ref:`String` release_id, :ref:`Dictionary` props **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_post_config: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **post_config** **(** :ref:`String` project_id, :ref:`Dictionary` cfg **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_get_build_logs: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **get_build_logs** **(** :ref:`String` project_id, :ref:`String` release_id, :ref:`String` log_id **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_get_sessions: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **get_sessions** **(** :ref:`String` project_id, :ref:`bool` active **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_get_session: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **get_session** **(** :ref:`String` project_id, :ref:`String` release_id, :ref:`String` session_id **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_get_session_logs: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **get_session_logs** **(** :ref:`String` project_id, :ref:`String` release_id, :ref:`String` session_id **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_terminate_session: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **terminate_session** **(** :ref:`String` project_id, :ref:`String` release_id, :ref:`String` session_id **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_get_test_key: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **get_test_key** **(** :ref:`String` project_id, :ref:`String` release, :ref:`int` test_num **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_get_local_server_keys: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **get_local_server_keys** **(** :ref:`String` project_id, :ref:`String` release **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_create_channel: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **create_channel** **(** :ref:`String` project_id, :ref:`String` channel **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_update_channel: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **update_channel** **(** :ref:`String` project_id, :ref:`String` channel, :ref:`Dictionary` props **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamProjectApi_method_get_channels: .. rst-class:: classref-method :ref:`JamHttpBase.Result` **get_channels** **(** :ref:`String` project_id, :ref:`String` release **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`