getRollbackTool

fun getRollbackTool(toolName: String): Tool<*, *>?(source)

Retrieves a rollback tool by its name.

Return

The rollback tool associated with the given name.

Parameters

toolName

The name of the tool to retrieve.

Throws

If no tool with the specified name is defined.