Class FileScenarioSource
- java.lang.Object
-
- org.jenkinsci.plugins.radargun.config.ScenarioSource
-
- org.jenkinsci.plugins.radargun.config.FileScenarioSource
-
- All Implemented Interfaces:
Describable<ScenarioSource>
public class FileScenarioSource extends ScenarioSource
FileScenarioSource- Author:
- vjuranek
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileScenarioSource.DescriptorImpl
-
Nested classes/interfaces inherited from class org.jenkinsci.plugins.radargun.config.ScenarioSource
ScenarioSource.ScenarioSourceDescriptor
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.radargun.config.ScenarioSource
DEFAULT_SCENARIO_NAME, DEFAULT_SCENARIO_SUFFIX
-
-
Constructor Summary
Constructors Constructor Description FileScenarioSource(String scenarioPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FilePath
createTmpScenrioFile(AbstractBuild<?,?> build)
String
getScenarioPath()
-
Methods inherited from class org.jenkinsci.plugins.radargun.config.ScenarioSource
all, cleanup, getDescriptor, getTmpScenarioPath, tmpScenarioFromContent, tmpScenarioFromFile
-
-
-
-
Constructor Detail
-
FileScenarioSource
@DataBoundConstructor public FileScenarioSource(String scenarioPath)
-
-
Method Detail
-
getScenarioPath
public String getScenarioPath()
-
createTmpScenrioFile
protected FilePath createTmpScenrioFile(AbstractBuild<?,?> build) throws InterruptedException, IOException
- Specified by:
createTmpScenrioFile
in classScenarioSource
- Throws:
InterruptedException
IOException
-
-