Package qa
Class QAParameters
java.lang.Object
qa.QAParameters
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClusterParameters
(QACluster qaCluster) Get cluster specific parameters.int
getOpsStatusParams
(String opsCode) Get parameters specific to an operational status.This, for now at least, has been hard wired to Stepped.int
double
Get how much nominal ranges for each cluster should be divided and multiplied by to determine the overall min and max ranges for testing.void
setClusterParameters
(QACluster qaCluster, ClusterParameters clusterParameters) Set cluster specific parametersvoid
setnQuickTestSequences
(int nQuickTestSequences) void
setOpsStatusParams
(OpsStatusParams opsStatusParams) Set operations status parameters.void
setQuickTestLocationGeneratorName
(String quickTestLocationGeneratorName) void
setRandomTestIntervalSeconds
(int randomTestIntervalSeconds) void
setRandomTestLocationGeneratorName
(String randomTestLocationGeneratorName) void
setRangeFactor
(double rangeFactor) Set how much nominal ranges for each cluster should be divided and multiplied by to determine the overall min and max ranges for testing.void
setReportOutputFolder
(String reportOutputFolder)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
rawDataSource
-
immediateQuickReport
public boolean immediateQuickReport
-
-
Constructor Details
-
QAParameters
public QAParameters()
-
-
Method Details
-
getClusterParameters
Get cluster specific parameters. will create a default object if one doesn't exist so will never return null.- Parameters:
qaCluster
- cluster- Returns:
- cluster specific parameters
- See Also:
-
setClusterParameters
Set cluster specific parameters- Parameters:
qaCluster
- clusterclusterParameters
- cluster specific parameters- See Also:
-
getOpsStatusParams
Get parameters specific to an operational status.
Will create a default object if one doesn't exist in the table.- Parameters:
opsCode
- code for operations status- Returns:
- Status specific parameters.
-
setOpsStatusParams
Set operations status parameters.- Parameters:
opsStatusParams
- Operations status parameters.
-
getQuickTestLocationGeneratorName
This, for now at least, has been hard wired to Stepped.- Returns:
- the quickTestLocationGeneratorName
-
setQuickTestLocationGeneratorName
- Parameters:
quickTestLocationGeneratorName
- the quickTestLocationGeneratorName to set
-
getRandomTestLocationGeneratorName
- Returns:
- the randomTestLocationGeneratorName
-
setRandomTestLocationGeneratorName
- Parameters:
randomTestLocationGeneratorName
- the randomTestLocationGeneratorName to set
-
getnQuickTestSequences
public int getnQuickTestSequences()- Returns:
- the nQuickTestSequences
-
setnQuickTestSequences
public void setnQuickTestSequences(int nQuickTestSequences) - Parameters:
nQuickTestSequences
- the nQuickTestSequences to set
-
getRandomTestIntervalSeconds
public int getRandomTestIntervalSeconds()- Returns:
- the randomTestIntervalSeconds
-
setRandomTestIntervalSeconds
public void setRandomTestIntervalSeconds(int randomTestIntervalSeconds) - Parameters:
randomTestIntervalSeconds
- the randomTestIntervalSeconds to set
-
getReportOutputFolder
- Returns:
- the reportOutputFolder
-
setReportOutputFolder
- Parameters:
reportOutputFolder
- the reportOutputFolder to set
-
getRangeFactor
public double getRangeFactor()Get how much nominal ranges for each cluster should be divided and multiplied by to determine the overall min and max ranges for testing.- Returns:
- the rangeFactor
-
setRangeFactor
public void setRangeFactor(double rangeFactor) Set how much nominal ranges for each cluster should be divided and multiplied by to determine the overall min and max ranges for testing.- Parameters:
rangeFactor
- the rangeFactor to set
-