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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TcInstallation.ExecutorType
static class
TcInstallation.LaunchType
-
Constructor Summary
Constructors Constructor Description TcInstallation(String rootBinPath, String executorPath, TcInstallation.ExecutorType type, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareVersion(String anotherVersion, boolean majorOnly)
String
getExecutorPath()
int
getMajorVersion()
String
getServicePath()
String
getSessionCreatorPath()
TcInstallation.ExecutorType
getType()
String
getVersion()
boolean
hasExtendedCommandLine()
boolean
hasNewLogVersion()
boolean
isCustomScreenResolutionSupported()
boolean
isServiceLaunchingAvailable()
String
toString()
-
-
-
Constructor Detail
-
TcInstallation
public TcInstallation(String rootBinPath, String executorPath, TcInstallation.ExecutorType type, String version)
-
-
Method Detail
-
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()
-
-