JamProjectApi
Inherits: JamHttpBase < Node < Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
_ready ( ) |
create_project ( String project_name ) |
|
list_projects ( ) |
|
get_project ( String project_id ) |
|
delete_project ( String project_id ) |
|
prepare_release ( String project_id, Dictionary config ) |
|
update_release ( String project_id, String release_id, Dictionary props ) |
|
post_config ( String project_id, Dictionary cfg ) |
|
get_build_logs ( String project_id, String release_id, String log_id ) |
|
get_sessions ( String project_id, bool active ) |
|
get_session ( String project_id, String release_id, String session_id ) |
|
get_session_logs ( String project_id, String release_id, String session_id ) |
|
terminate_session ( String project_id, String release_id, String session_id ) |
|
get_test_key ( String project_id, String release, int test_num ) |
|
get_local_server_keys ( String project_id, String release ) |
|
create_channel ( String project_id, String channel ) |
|
update_channel ( String project_id, String channel, Dictionary props ) |
|
get_channels ( String project_id, String release ) |
Method Descriptions
void _ready ( )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result create_project ( String project_name )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result list_projects ( )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result get_project ( String project_id )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result delete_project ( String project_id )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result prepare_release ( String project_id, Dictionary config )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result update_release ( String project_id, String release_id, Dictionary props )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result post_config ( String project_id, Dictionary cfg )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result get_build_logs ( String project_id, String release_id, String log_id )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result get_sessions ( String project_id, bool active )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result get_session ( String project_id, String release_id, String session_id )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result get_session_logs ( String project_id, String release_id, String session_id )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result terminate_session ( String project_id, String release_id, String session_id )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result get_test_key ( String project_id, String release, int test_num )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result get_local_server_keys ( String project_id, String release )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result create_channel ( String project_id, String channel )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result update_channel ( String project_id, String channel, Dictionary props )
There is currently no description for this method. Please help us by contributing one!
JamHttpBase.Result get_channels ( String project_id, String release )
There is currently no description for this method. Please help us by contributing one!