saltstack adaptor reqExecLog API cleanup
[ccsdk/sli/adaptors.git] / saltstack-adapter / saltstack-adapter-provider / src / main / java / org / onap / ccsdk / sli / adaptors / saltstack / SaltstackAdapter.java
index 1cbb495..cdfe4ff 100644 (file)
@@ -56,16 +56,4 @@ public interface SaltstackAdapter extends SvcLogicJavaPlugin {
      *  The response from Saltstack comes in json format and it is automatically put
      *  to context for DGs access, with a certain prefix*/
     void reqExecSLSFile(Map<String, String> params, SvcLogicContext ctx) throws SvcLogicException;
-
-    /* Method to get log of a saltState execution request
-     *  The response from Saltstack comes in json format and it is automatically put
-     *  to context for DGs access, with a certain prefix*/
-    void reqExecLog(Map<String, String> params, SvcLogicContext ctx) throws SvcLogicException;
-
-    /**
-     * Set the command execution timeout
-     *
-     * @param timeout time in milliseconds
-     */
-    void setExecTimeout(long timeout);
 }