Class JavaProvider

    • Constructor Detail

      • JavaProvider

        public JavaProvider()
    • Method Detail

      • getJavas

        public List<String> getJavas​(SlaveComputer computer,
                                     TaskListener listener,
                                     com.trilead.ssh2.Connection connection)
        Returns the list of possible places where java executable might exist.
        Returns:
        Can be empty but never null. Absolute path to the possible locations of Java.
      • getMinJavaLevel

        @NonNull
        public static VersionNumber getMinJavaLevel()
        Gets minimal required Java version.
        Returns:
        Minimal Java version required on the controller and agent side.
        Since:
        TODO