Class RedisStartOp

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

public class RedisStartOp
extends com.auto.framework.operation.commmand.AbstractCommandOperation
User: Priytam Jee Pandey Date: 31/05/20 Time: 10:34 am email: priytam.pandey@cleartrip.com
  • Field Summary

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

    result
  • Constructor Summary

    Constructors 
    Constructor Description
    RedisStartOp​(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

    • RedisStartOp

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