com.shinesolutions.aemorchestrator.actions.Action Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-orchestrator Show documentation
Show all versions of aem-orchestrator Show documentation
Java application for orchestrating AEM infrastructure created using aem-aws-stack-builder
package com.shinesolutions.aemorchestrator.actions;
public interface Action {
boolean execute(String instanceId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy