Package step.plugins.silk
Class SilkPerformerFunction
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.functions.Function
-
- step.plugins.silk.SilkPerformerFunction
-
- All Implemented Interfaces:
step.core.objectenricher.EnricheableObject
public class SilkPerformerFunction extends step.functions.Function
-
-
Constructor Summary
Constructors Constructor Description SilkPerformerFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description step.core.dynamicbeans.DynamicValue<java.lang.String>
getSilkProjectFile()
step.core.dynamicbeans.DynamicValue<java.lang.String>
getSilkWorkload()
void
setSilkProjectFile(step.core.dynamicbeans.DynamicValue<java.lang.String> silkProjectFile)
void
setSilkWorkload(step.core.dynamicbeans.DynamicValue<java.lang.String> silkWorkload)
-
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
-
getSilkProjectFile
public step.core.dynamicbeans.DynamicValue<java.lang.String> getSilkProjectFile()
-
setSilkProjectFile
public void setSilkProjectFile(step.core.dynamicbeans.DynamicValue<java.lang.String> silkProjectFile)
-
getSilkWorkload
public step.core.dynamicbeans.DynamicValue<java.lang.String> getSilkWorkload()
-
setSilkWorkload
public void setSilkWorkload(step.core.dynamicbeans.DynamicValue<java.lang.String> silkWorkload)
-
-