public abstract class LaunchConfiguration extends Object
| Constructor and Description |
|---|
LaunchConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
abstract hudson.util.ArgumentListBuilder |
buildRunnerArguments()
Decides the arguments to the jar file to be started by the service wrapper.
|
abstract File |
getJarFile()
Decides the jar file to be launched from the service wrapper.
|
public abstract File getJarFile() throws IOException
IOExceptionpublic abstract hudson.util.ArgumentListBuilder buildRunnerArguments()
Copyright © 2004-2012. All Rights Reserved.