Class TcInstallation
java.lang.Object
com.smartbear.jenkins.plugins.testcomplete.TcInstallation
- All Implemented Interfaces:
Serializable
- Author:
- Igor Filin
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionTcInstallation(String rootBinPath, String executorPath, TcInstallation.ExecutorType type, String version) -
Method Summary
Modifier and TypeMethodDescriptionintcompareVersion(String anotherVersion, boolean majorOnly) intgetType()booleanbooleanbooleanbooleantoString()
-
Constructor Details
-
TcInstallation
public TcInstallation(String rootBinPath, String executorPath, TcInstallation.ExecutorType type, String version)
-
-
Method Details
-
getExecutorPath
-
getServicePath
-
getSessionCreatorPath
-
getType
-
getVersion
-
getMajorVersion
public int getMajorVersion() -
compareVersion
-
isServiceLaunchingAvailable
public boolean isServiceLaunchingAvailable() -
isCustomScreenResolutionSupported
public boolean isCustomScreenResolutionSupported() -
hasNewLogVersion
public boolean hasNewLogVersion() -
hasExtendedCommandLine
public boolean hasExtendedCommandLine() -
toString
-