Package step.plugins.astra
Class AstraFunction
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.functions.Function
-
- step.plugins.dotnet.DotNetFunction
-
- step.plugins.astra.AstraFunction
-
- All Implemented Interfaces:
step.core.objectenricher.EnricheableObject
public class AstraFunction extends DotNetFunction
-
-
Constructor Summary
Constructors Constructor Description AstraFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAstraSourceUrl()
java.lang.String
getSuiteId()
java.lang.String
getTestId()
void
setAstraSourceUrl(java.lang.String astraSourceUrl)
void
setSuiteId(java.lang.String suiteId)
void
setTestId(java.lang.String testId)
-
Methods inherited from class step.plugins.dotnet.DotNetFunction
getDllFile, getLibrariesFile, setDllFile, setLibrariesFile
-
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
-
getAstraSourceUrl
public java.lang.String getAstraSourceUrl()
-
setAstraSourceUrl
public void setAstraSourceUrl(java.lang.String astraSourceUrl)
-
getSuiteId
public java.lang.String getSuiteId()
-
setSuiteId
public void setSuiteId(java.lang.String suiteId)
-
getTestId
public java.lang.String getTestId()
-
setTestId
public void setTestId(java.lang.String testId)
-
-