Class TcInstallation

java.lang.Object
com.smartbear.jenkins.plugins.testcomplete.TcInstallation
All Implemented Interfaces:
Serializable

public class TcInstallation extends Object implements Serializable
Author:
Igor Filin
See Also:
  • Constructor Details

  • Method Details

    • getExecutorPath

      public String getExecutorPath()
    • getServicePath

      public String getServicePath()
    • getSessionCreatorPath

      public String getSessionCreatorPath()
    • getType

      public TcInstallation.ExecutorType getType()
    • getVersion

      public String getVersion()
    • getMajorVersion

      public int getMajorVersion()
    • compareVersion

      public int compareVersion(String anotherVersion, boolean majorOnly)
    • isServiceLaunchingAvailable

      public boolean isServiceLaunchingAvailable()
    • isCustomScreenResolutionSupported

      public boolean isCustomScreenResolutionSupported()
    • hasNewLogVersion

      public boolean hasNewLogVersion()
    • hasExtendedCommandLine

      public boolean hasExtendedCommandLine()
    • toString

      public String toString()
      Overrides:
      toString in class Object