public abstract class JavaProvider extends Object implements hudson.ExtensionPoint
Constructor and Description |
---|
JavaProvider() |
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<JavaProvider> |
all()
All regsitered instances.
|
List<String> |
getJavas(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener,
com.trilead.ssh2.Connection connection)
Returns the list of possible places where java executable might exist.
|
List<String> |
getJavas(hudson.model.TaskListener listener,
com.trilead.ssh2.Connection connection)
Deprecated.
Override
getJavas(SlaveComputer, TaskListener, Connection) instead. |
public List<String> getJavas(hudson.model.TaskListener listener, com.trilead.ssh2.Connection connection)
getJavas(SlaveComputer, TaskListener, Connection)
instead.public List<String> getJavas(hudson.slaves.SlaveComputer computer, hudson.model.TaskListener listener, com.trilead.ssh2.Connection connection)
public static hudson.ExtensionList<JavaProvider> all()
Copyright © 2016. All rights reserved.