| java.lang.Object de.danet.an.workflow.tools.scarab.CopyIssue
CopyIssue | public class CopyIssue implements ToolAgent,ResultProvider,Serializable(Code) | | This class provides a tool that copies issue to a destination
module and returns new issue id.
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 |
|
|