Class FileScriptSource
- java.lang.Object
-
- org.jenkinsci.plugins.radargun.config.ScriptSource
-
- org.jenkinsci.plugins.radargun.config.FileScriptSource
-
- All Implemented Interfaces:
Describable<ScriptSource>
@Deprecated public class FileScriptSource extends ScriptSource
Deprecated.FileScriptSource- Author:
- vjuranek
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileScriptSource.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 FileScriptSource(String mainPath, String workerPath)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
cleanup()
Deprecated.String
getMainPath()
Deprecated.String
getMainScriptPath(FilePath workspace)
Deprecated.String
getWorkerPath()
Deprecated.String
getWorkerScriptPath(FilePath workspace)
Deprecated.-
Methods inherited from class org.jenkinsci.plugins.radargun.config.ScriptSource
all, getDescriptor, getMainCmdLine, getWorkerCmdLine
-
-
-
-
Method Detail
-
getMainPath
public String getMainPath()
Deprecated.
-
getWorkerPath
public String getWorkerPath()
Deprecated.
-
cleanup
public void cleanup()
Deprecated.- Specified by:
cleanup
in classScriptSource
-
getMainScriptPath
public String getMainScriptPath(FilePath workspace)
Deprecated.- Specified by:
getMainScriptPath
in classScriptSource
-
getWorkerScriptPath
public String getWorkerScriptPath(FilePath workspace)
Deprecated.- Specified by:
getWorkerScriptPath
in classScriptSource
-
-