module CaidoMutations::Replay

Defined in:

client/mutations.cr

Class Method Summary

Class Method Detail

def self.create_collection(name : String) #

Create a replay session collection


[View source]
def self.create_session(name : String, source : String, collection_id : String | Nil = nil) #

Create a replay session


[View source]
def self.delete_collection(collection_id : String) #

Delete a replay session collection


[View source]
def self.delete_sessions(session_ids : Array(String)) #

Delete replay sessions


[View source]
def self.move_session(session_id : String, collection_id : String) #

Move a replay session to a collection


[View source]
def self.rename_collection(collection_id : String, name : String) #

Rename a replay session collection


[View source]
def self.rename_session(session_id : String, name : String) #

Rename a replay session


[View source]
def self.start_task(session_id : String) #

Start a replay task (requires cloud)


[View source]