Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New refresh method callable from the automate #159

Merged
merged 1 commit into from
Aug 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
object_type: method
version: 1.0
object:
attributes:
name: refresh
display_name:
description:
scope: instance
language: ruby
location: builtin
inputs:
- field:
aetype:
name: target
display_name:
datatype: string
priority: 1
owner:
default_value:
substitute: true
message: create
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
object_type: method
version: 1.0
object:
attributes:
name: refresh_sync
display_name:
description:
scope: instance
language: ruby
location: builtin
inputs:
- field:
aetype:
name: target
display_name:
datatype: string
priority: 1
owner:
default_value:
substitute: true
message: create
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
12 changes: 12 additions & 0 deletions content/automate/ManageIQ/System/event_handlers.class/refresh.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name:
name: refresh
inherits:
description:
fields:
- meth1:
value: refresh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name:
name: refresh_sync
inherits:
description:
fields:
- meth1:
value: refresh_sync