Class
Fog::Workflow::OpenStack::V2::Mock
In:
lib/fog/workflow/openstack/v2/requests/get_action.rb
lib/fog/workflow/openstack/v2/requests/list_action_executions.rb
lib/fog/workflow/openstack/v2/requests/get_task.rb
lib/fog/workflow/openstack/v2/requests/create_execution.rb
lib/fog/workflow/openstack/v2/requests/delete_environment.rb
lib/fog/workflow/openstack/v2/requests/get_action_execution.rb
lib/fog/workflow/openstack/v2/requests/list_cron_triggers.rb
lib/fog/workflow/openstack/v2/requests/get_execution.rb
lib/fog/workflow/openstack/v2/requests/validate_workbook.rb
lib/fog/workflow/openstack/v2/requests/update_workbook.rb
lib/fog/workflow/openstack/v2/requests/update_execution.rb
lib/fog/workflow/openstack/v2/requests/update_environment.rb
lib/fog/workflow/openstack/v2/requests/get_cron_trigger.rb
lib/fog/workflow/openstack/v2/requests/delete_execution.rb
lib/fog/workflow/openstack/v2/requests/create_workbook.rb
lib/fog/workflow/openstack/v2/requests/rerun_task.rb
lib/fog/workflow/openstack/v2/requests/list_workflows.rb
lib/fog/workflow/openstack/v2/requests/list_tasks.rb
lib/fog/workflow/openstack/v2/requests/get_workbook.rb
lib/fog/workflow/openstack/v2/requests/list_environments.rb
lib/fog/workflow/openstack/v2/requests/validate_action.rb
lib/fog/workflow/openstack/v2/requests/delete_cron_trigger.rb
lib/fog/workflow/openstack/v2/requests/create_cron_trigger.rb
lib/fog/workflow/openstack/v2/requests/create_workflow.rb
lib/fog/workflow/openstack/v2/requests/create_action.rb
lib/fog/workflow/openstack/v2/requests/delete_workbook.rb
lib/fog/workflow/openstack/v2/requests/list_executions.rb
lib/fog/workflow/openstack/v2/requests/update_workflow.rb
lib/fog/workflow/openstack/v2/requests/get_workflow.rb
lib/fog/workflow/openstack/v2/requests/create_environment.rb
lib/fog/workflow/openstack/v2/requests/list_services.rb
lib/fog/workflow/openstack/v2/requests/update_action_execution.rb
lib/fog/workflow/openstack/v2/requests/delete_action_execution.rb
lib/fog/workflow/openstack/v2/requests/list_actions.rb
lib/fog/workflow/openstack/v2/requests/get_environment.rb
lib/fog/workflow/openstack/v2/requests/create_action_execution.rb
lib/fog/workflow/openstack/v2/requests/validate_workflow.rb
lib/fog/workflow/openstack/v2/requests/delete_workflow.rb
lib/fog/workflow/openstack/v2/requests/update_action.rb
lib/fog/workflow/openstack/v2/requests/delete_action.rb
lib/fog/workflow/openstack/v2/requests/list_workbooks.rb
lib/fog/workflow/openstack/v2.rb
Parent:
Object
Methods
create_action
create_action_execution
create_cron_trigger
create_environment
create_execution
create_workbook
create_workflow
data
data
delete_action
delete_action_execution
delete_cron_trigger
delete_environment
delete_execution
delete_workbook
delete_workflow
get_action
get_action_execution
get_cron_trigger
get_environment
get_execution
get_task
get_workbook
get_workflow
list_action_executions
list_actions
list_cron_triggers
list_environments
list_executions
list_services
list_tasks
list_workbooks
list_workflows
new
reset
reset_data
update_action
update_action
update_action_execution
update_environment
update_execution
update_workbook
update_workflow
validate_action
validate_workbook
validate_workflow
Included Modules
Fog::OpenStack::Core
Public Class methods
data
()
new
(options = {})
reset
()
Public Instance methods
create_action
(_definition)
create_action_execution
(_action, _input = {}, _params = {})
create_cron_trigger
(_name, _workflow_identifier, _workflow_input = nil, _workflow_params = nil, _pattern = nil, _first_time = nil, _count = nil)
create_environment
(_definition)
create_execution
(_workflow, _input = {})
create_workbook
(_definition)
create_workflow
(_definition)
data
()
delete_action
(_name)
delete_action_execution
(_id)
delete_cron_trigger
(_name)
delete_environment
(_name)
delete_execution
(_id)
delete_workbook
(_name)
delete_workflow
(_identifier)
get_action
(_name)
get_action_execution
(_execution_id)
get_cron_trigger
(_name)
get_environment
(_name)
get_execution
(_execution_id)
get_task
(_id)
get_workbook
(_name)
get_workflow
(_identifier)
list_action_executions
()
list_actions
(_params = {})
list_cron_triggers
()
list_environments
()
list_executions
()
list_services
()
list_tasks
(_workflow_execution_id)
list_workbooks
()
list_workflows
(_params = {})
reset_data
()
update_action
(_definition)
update_action
(_task_ex_id)
update_action_execution
(_id, _name, _value)
update_environment
(_definition)
update_execution
(_id, _name, _value)
update_workbook
(_definition)
update_workflow
(_definition)
validate_action
(_definition)
validate_workbook
(_definition)
validate_workflow
(_definition)
[Validate]