Class RemoteJavaService


  • public class RemoteJavaService
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DETECT_JAVA_PATH  
      static java.lang.String JAVA_HOME  
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteJavaService​(com.synopsys.integration.jenkins.extensions.JenkinsIntLogger logger, java.lang.String remoteJdkHome, java.util.Map<java.lang.String,​java.lang.String> environmentVariables)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJavaExecutablePath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteJavaService

        public RemoteJavaService​(com.synopsys.integration.jenkins.extensions.JenkinsIntLogger logger,
                                 java.lang.String remoteJdkHome,
                                 java.util.Map<java.lang.String,​java.lang.String> environmentVariables)
    • Method Detail

      • getJavaExecutablePath

        public java.lang.String getJavaExecutablePath()