Module | Capistrano::Configuration::Namespaces |
In: |
lib/capistrano/configuration/namespaces.rb
|
DEFAULT_TASK | = | :default |
Find the task with the given name, where name is the fully-qualified name of the task. This will search into the namespaces and return the referenced task, or nil if no such task can be found. If the name refers to a namespace, the task in that namespace named "default" will be returned instead, if one exists.
Returns the value set by the last, pending "desc" call. If reset is not false, the value will be reset immediately afterwards.
Returns the tasks in this namespace as an array of TaskDefinition objects. If a non-false parameter is given, all tasks in all namespaces under this namespace will be returned as well.