| java.lang.Object de.danet.an.workflow.tools.scarab.GetDependencyCopiedFrom
GetDependencyCopiedFrom | public class GetDependencyCopiedFrom implements ToolAgent,ResultProvider,Serializable(Code) | | This class provides a tool that gets issue id(as a result), if
issue has any dependency (duplicated or blocked issues). If issue
has no dependency result returns null.
author: lgrischancew@init-ka.de author: version: $Revision: 1.2 $ |
result | public Object result()(Code) | | Return the result evaluated during
ToolAgent.invokeinvoke . The method will only be called once after
each invoke, i.e. the attribute holding the result be be
cleared in this method.
the result data or null if the invocationdoes not return any data. |
setServerUrl | public void setServerUrl(String serverUrl)(Code) | | Set the server URL. Defaults to
http://localhost:12345 .
Parameters: serverUrl - the server URL |
|
|