Class RedisStopOp

java.lang.Object
com.auto.framework.operation.commmand.AbstractCommandOperation
com.auto.redis.operation.RedisStopOp
All Implemented Interfaces:
com.auto.framework.operation.Operation

public class RedisStopOp
extends com.auto.framework.operation.commmand.AbstractCommandOperation
  • Field Summary

    Fields inherited from class com.auto.framework.operation.commmand.AbstractCommandOperation

    result
  • Constructor Summary

    Constructors 
    Constructor Description
    RedisStopOp​(java.lang.String installationDir)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    boolean shouldRunInBackground()  

    Methods inherited from class com.auto.framework.operation.commmand.AbstractCommandOperation

    execute, getCommandTimeout, getCWD, getEnv, getHost, getInstallationDir, getRequest, getResult, setCommandTimeout, setCwd, setEnv

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RedisStopOp

      public RedisStopOp​(java.lang.String installationDir)
  • Method Details