io.cloudslang.content.services.PowerShellScriptService Maven / Gradle / Ivy
The newest version!
package io.cloudslang.content.services;
import io.cloudslang.content.entities.PowerShellActionInputs;
import java.util.Map;
/**
* User: bancl
* Date: 10/9/2015
*/
public interface PowerShellScriptService {
Map execute(PowerShellActionInputs inputs);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy