Request
Sealed class which encapsulates all command requests. They are answered by any response of Command.Response.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ReleaseContext(val connectionType: ConnectionType, val name: String, val paths: List<String>) : Command.Request
Link copied to clipboard
data class UseContext(val connectionType: ConnectionType, val name: String, val paths: List<String>) : Command.Request