com.atlassian.bamboo.lingo
Class RemoteInvocationResultPluginKeyResolver

java.lang.Object
  extended by com.atlassian.bamboo.lingo.AbstractPluginKeyResolverDelegator
      extended by com.atlassian.bamboo.lingo.RemoteInvocationResultPluginKeyResolver
All Implemented Interfaces:
DelegatingPluginKeyResolver, PluginKeyResolver

public class RemoteInvocationResultPluginKeyResolver
extends AbstractPluginKeyResolverDelegator

PluginKeyResolver for RemoteInvocationResult. Checks the result value.

Since:
v3.3

Constructor Summary
RemoteInvocationResultPluginKeyResolver()
           
RemoteInvocationResultPluginKeyResolver(PluginKeyResolver delegate)
           
 
Method Summary
 java.lang.String resolve(java.lang.Object from)
          Resolve plugin key from given object.
 
Methods inherited from class com.atlassian.bamboo.lingo.AbstractPluginKeyResolverDelegator
delegate, setDelegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteInvocationResultPluginKeyResolver

public RemoteInvocationResultPluginKeyResolver(PluginKeyResolver delegate)

RemoteInvocationResultPluginKeyResolver

public RemoteInvocationResultPluginKeyResolver()
Method Detail

resolve

public java.lang.String resolve(java.lang.Object from)
Description copied from interface: PluginKeyResolver
Resolve plugin key from given object.

Parameters:
from - object to resolve from, may be null, which must be safely handled by the resolver
Returns:
plugin key, or null, if this resolver was not able to resolve the key


Copyright © 2011 Atlassian. All Rights Reserved.