Package jetbrains.buildServer.diagnostic
Class JavaConfiguration
- java.lang.Object
-
- jetbrains.buildServer.diagnostic.JavaConfiguration
-
public class JavaConfiguration extends Object
Created by Andrey Titov on 16.06.16.
-
-
Constructor Summary
Constructors Constructor Description JavaConfiguration()
JavaConfiguration(String version, String VMInfo, String homePath, List<String> args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getArgs()
String
getHomePath()
String
getVersion()
String
getVMInfo()
-