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 enum
static enum
-
Constructor Summary
ConstructorsConstructorDescriptionTcInstallation
(String rootBinPath, String executorPath, TcInstallation.ExecutorType type, String version) -
Method Summary
Modifier and TypeMethodDescriptionint
compareVersion
(String anotherVersion, boolean majorOnly) int
getType()
boolean
boolean
boolean
boolean
toString()
-
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
-