A context factory that generates the Context object.
| Type | Name and description |
|---|---|
java.util.Map<java.lang.String, java.lang.Object> |
pluginInfoStoring the plugin's metadata returned by an implementation of FlowPlugin.pluginInfo. |
java.lang.String |
procedureNameName of procedure where we are. |
java.lang.String |
stepNameName of current step that is being executed. |
| Constructor and description |
|---|
ContextFactory
(java.util.Map<java.lang.String, java.lang.Object> pluginInfo, java.lang.String procedureName, java.lang.String stepName)Constructor. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Context |
newContext()Creates new Context object. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Storing the plugin's metadata returned by an implementation of FlowPlugin.pluginInfo.
Name of procedure where we are.
Name of current step that is being executed.
Constructor.
pluginInfo - pluginInfoprocedureName - procedureNamestepName - stepNameGroovy Documentation