Class BuildInScriptSource
- java.lang.Object
-
- org.jenkinsci.plugins.radargun.config.ScriptSource
-
- org.jenkinsci.plugins.radargun.config.BuildInScriptSource
-
- All Implemented Interfaces:
Describable<ScriptSource>
@Deprecated public class BuildInScriptSource extends ScriptSource
Deprecated.BuildInScriptSource- Author:
- vjuranek
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BuildInScriptSource.DescriptorImpl
Deprecated.-
Nested classes/interfaces inherited from class org.jenkinsci.plugins.radargun.config.ScriptSource
ScriptSource.ScriptSourceDescriptor
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.radargun.config.ScriptSource
CD_CMD, CMD_SEPARATOR, ENV_CMD, ENV_KEY_VAL_SEPARATOR, ENV_VAR_QUOTE, EXPORT_CMD, JAVA_PROP_PREFIX, RG_SUFFIX_ENV_VAR, VAR_SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description BuildInScriptSource()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
cleanup()
Deprecated.String
getMainScriptPath(FilePath workspace)
Deprecated.String
getWorkerScriptPath(FilePath workspace)
Deprecated.-
Methods inherited from class org.jenkinsci.plugins.radargun.config.ScriptSource
all, getDescriptor, getMainCmdLine, getWorkerCmdLine
-
-
-
-
Method Detail
-
getMainScriptPath
public String getMainScriptPath(FilePath workspace)
Deprecated.- Specified by:
getMainScriptPath
in classScriptSource
-
getWorkerScriptPath
public String getWorkerScriptPath(FilePath workspace)
Deprecated.- Specified by:
getWorkerScriptPath
in classScriptSource
-
cleanup
public void cleanup()
Deprecated.- Specified by:
cleanup
in classScriptSource
-
-