Package step.plugins.qftest
Class QFTestFunction
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.functions.Function
-
- step.plugins.qftest.QFTestFunction
-
- All Implemented Interfaces:
step.core.objectenricher.EnricheableObject
public class QFTestFunction extends step.functions.Function
-
-
Constructor Summary
Constructors Constructor Description QFTestFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description step.core.dynamicbeans.DynamicValue<java.lang.String>
getProcedure()
step.core.dynamicbeans.DynamicValue<java.lang.String>
getSuite()
boolean
isTransferSuiteToAgents()
void
setProcedure(step.core.dynamicbeans.DynamicValue<java.lang.String> procedure)
void
setSuite(step.core.dynamicbeans.DynamicValue<java.lang.String> suite)
void
setTransferSuiteToAgents(boolean transferSuiteToAgents)
-
Methods inherited from class step.functions.Function
getCallTimeout, getDescription, getHtmlTemplate, getSchema, getTokenSelectionCriteria, isExecuteLocally, isManaged, isUseCustomTemplate, requiresLocalExecution, setCallTimeout, setDescription, setExecuteLocally, setHtmlTemplate, setManaged, setSchema, setTokenSelectionCriteria, setUseCustomTemplate
-
Methods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
-
Methods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
-
-
-
-
Method Detail
-
isTransferSuiteToAgents
public boolean isTransferSuiteToAgents()
-
setTransferSuiteToAgents
public void setTransferSuiteToAgents(boolean transferSuiteToAgents)
-
getSuite
public step.core.dynamicbeans.DynamicValue<java.lang.String> getSuite()
-
setSuite
public void setSuite(step.core.dynamicbeans.DynamicValue<java.lang.String> suite)
-
getProcedure
public step.core.dynamicbeans.DynamicValue<java.lang.String> getProcedure()
-
setProcedure
public void setProcedure(step.core.dynamicbeans.DynamicValue<java.lang.String> procedure)
-
-