Package org.linkedin.glu.orchestration.engine.action.descriptor

Examples of org.linkedin.glu.orchestration.engine.action.descriptor.InternalActionDescriptor


    InternalSystemEntryDelta entryDelta = getSystemEntryDelta();

    if(entryDelta == null)
      return;

    InternalActionDescriptor actionDescriptor;

    if(INSTALL_SCRIPT_ACTION.equals(getAction()))
    {
      ScriptLifecycleInstallActionDescriptor ad = new ScriptLifecycleInstallActionDescriptor();
      SystemEntry expectedEntry = entryDelta.getExpectedEntry();
View Full Code Here

TOP

Related Classes of org.linkedin.glu.orchestration.engine.action.descriptor.InternalActionDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.