|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.orchestration.engine.action.descriptor.DefaultActionDescriptorAdjuster
class DefaultActionDescriptorAdjuster
Field Summary | |
---|---|
static DefaultActionDescriptorAdjuster |
INSTANCE
|
Method Summary | |
---|---|
protected InternalActionDescriptor
|
adjust(InternalActionDescriptor actionDescriptor)
Default one when no other type found: nothing to do |
protected InternalActionDescriptor
|
adjust(NoOpActionDescriptor ad)
For noop |
protected InternalActionDescriptor
|
adjust(ScriptLifecycleInstallActionDescriptor ad)
For installScript |
protected InternalActionDescriptor
|
adjust(ScriptTransitionActionDescriptor ad)
For transition: action->toState |
protected InternalActionDescriptor
|
adjust(ScriptLifecycleUninstallActionDescriptor ad)
For uninstallScript. |
InternalActionDescriptor
|
adjustDescriptor(InternalSystemModelDelta systemModelDelta, InternalActionDescriptor actionDescriptor)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Field Detail |
---|
public static final DefaultActionDescriptorAdjuster INSTANCE
Method Detail |
---|
protected InternalActionDescriptor adjust(InternalActionDescriptor actionDescriptor)
protected InternalActionDescriptor adjust(NoOpActionDescriptor ad)
protected InternalActionDescriptor adjust(ScriptLifecycleInstallActionDescriptor ad)
protected InternalActionDescriptor adjust(ScriptTransitionActionDescriptor ad)
protected InternalActionDescriptor adjust(ScriptLifecycleUninstallActionDescriptor ad)
@Override InternalActionDescriptor adjustDescriptor(InternalSystemModelDelta systemModelDelta, InternalActionDescriptor actionDescriptor)
Groovy Documentation