public class Main extends Object
See also slave-agent.jnlp.jelly in the core.
Modifier and Type | Field and Description |
---|---|
List<String> |
args
4 mandatory parameters.
|
List<String> |
candidateCertificates |
String |
credentials |
boolean |
headlessMode |
File |
jarCache |
boolean |
noKeepAlive |
boolean |
noReconnect |
String |
proxyCredentials |
String |
tunnel |
List<URL> |
urls |
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static void |
_main(String[] args)
Main without the argument handling.
|
Engine |
createEngine() |
void |
main() |
static void |
main(String[] args) |
public String tunnel
public boolean headlessMode
public String credentials
public String proxyCredentials
public boolean noReconnect
public boolean noKeepAlive
public File jarCache
public static void main(String[] args) throws IOException, InterruptedException
IOException
InterruptedException
public static void _main(String[] args) throws IOException, InterruptedException, org.kohsuke.args4j.CmdLineException
IOException
InterruptedException
org.kohsuke.args4j.CmdLineException
public void main() throws IOException, InterruptedException
IOException
InterruptedException
public Engine createEngine()
Copyright © 2017. All rights reserved.