class RubyYacht::Hook

This class provides a hook that a user or plugin can provide to customize the app images.

You can configure this with RubyYacht::Hook::DSL

Constants

EVENT_TIMES

The permitted values for the ‘event_time` attribute.

EVENT_TYPES

The permitted values for the ‘event_type` attribute.

Attributes

app_server_type[RW]

The type of app server that this hook applies to.

behaviors[RW]

The behaviors that we will run for this hook.

container_type[RW]

The type of container that this hook applies to.

database_server_type[RW]

The type of database server that this hook applies to.

event_time[RW]

When this hook should take effect, relative to the event.

event_type[RW]

The type of event that this hook is attached to.

web_server_type[RW]

The type of web server that this hook applies to.