com.lazerycode.jmeter.analyzer.config
public enum Environment extends Enum<Environment>
| Enum Constant and Description |
|---|
ENVIRONMENT
This is the only instance of this enum.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAXSAMPLES |
static String |
HTTPSAMPLE_ELEMENT_NAME
Example from JMeter results file:
HTTPSAMPLE_ELEMENT_NAME and SAMPLE_ELEMENT_NAME:
http://jmeter.apache.org/usermanual/listeners.html |
static String |
ISO8601_FORMAT |
static String |
SAMPLE_ELEMENT_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear all fields that are re-assigned during tests
|
freemarker.template.Configuration |
getConfiguration() |
org.apache.maven.plugin.logging.Log |
getLog() |
int |
getMaxSamples() |
Properties |
getRemoteResources() |
List<RequestGroup> |
getRequestGroups() |
Set<String> |
getSampleNames() |
File |
getTargetDirectory() |
File |
getTemplateDirectory() |
List<Writer> |
getWriters() |
void |
initializeFreemarkerConfiguration()
Initialize Freemarker Configuration
|
boolean |
isGenerateCharts() |
boolean |
isGenerateDetails() |
boolean |
isPreserveDirectories() |
void |
setGenerateCharts(boolean generateCharts) |
void |
setGenerateDetails(boolean generateDetails) |
void |
setLog(org.apache.maven.plugin.logging.Log log) |
void |
setMaxSamples(int maxSamples) |
void |
setPreserveDirectories(boolean preserveDirectories) |
void |
setRemoteResources(Properties remoteResources) |
void |
setRequestGroups(List<RequestGroup> requestGroups) |
void |
setSampleNames(Set<String> sampleNames) |
void |
setTargetDirectory(File targetDirectory) |
void |
setTemplateDirectory(File templateDirectory) |
void |
setWriters(List<Writer> writers) |
static Environment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Environment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Environment ENVIRONMENT
public static final String HTTPSAMPLE_ELEMENT_NAME
HTTPSAMPLE_ELEMENT_NAME and SAMPLE_ELEMENT_NAME:
http://jmeter.apache.org/usermanual/listeners.htmlpublic static final String SAMPLE_ELEMENT_NAME
public static final int DEFAULT_MAXSAMPLES
public static final String ISO8601_FORMAT
public static Environment[] values()
for (Environment c : Environment.values()) System.out.println(c);
public static Environment valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic void clear()
public File getTargetDirectory()
public void setTargetDirectory(File targetDirectory)
public boolean isGenerateCharts()
public void setGenerateCharts(boolean generateCharts)
public boolean isGenerateDetails()
public void setGenerateDetails(boolean generateDetails)
public File getTemplateDirectory()
public void setTemplateDirectory(File templateDirectory)
public Properties getRemoteResources()
public void setRemoteResources(Properties remoteResources)
public List<RequestGroup> getRequestGroups()
public void setRequestGroups(List<RequestGroup> requestGroups)
public int getMaxSamples()
public void setMaxSamples(int maxSamples)
public freemarker.template.Configuration getConfiguration()
public boolean isPreserveDirectories()
public void setPreserveDirectories(boolean preserveDirectories)
public org.apache.maven.plugin.logging.Log getLog()
public void setLog(org.apache.maven.plugin.logging.Log log)
public void initializeFreemarkerConfiguration()
Copyright © 2013. All Rights Reserved.