Behaviours: gen_server.
This module defines the sprinter_backend behaviour.
Required callback functions: clients/1, servers/1, download_artifact/2, upload_artifact/3.
| debug_get_tree/2 | |
| graph/0 | |
| nodes/0 | |
| orchestrated/0 | |
| orchestration/0 | |
| servers/0 | |
| start_link/0 | Same as start_link([]). |
| start_link/1 | Start and link to calling process. |
| tree/0 | |
| was_connected/0 |
debug_get_tree(Root::node(), Nodes::[node()]) -> [{node(), {ordsets:ordset(node()), ordsets:ordset(node())}}]
graph() -> any()
nodes() -> {ok, [node()]}
orchestrated() -> any()
orchestration() -> any()
servers() -> {ok, [node()]}
start_link() -> {ok, pid()} | ignore | {error, term()}
Same as start_link([]).
start_link(Opts::list()) -> {ok, pid()} | ignore | {error, term()}
Start and link to calling process.
tree() -> any()
was_connected() -> any()
Generated by EDoc