hudson.plugins.perforce
Class PerforceMailResolver

java.lang.Object
  extended by hudson.tasks.MailAddressResolver
      extended by hudson.plugins.perforce.PerforceMailResolver
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class PerforceMailResolver
extends hudson.tasks.MailAddressResolver

Implementation of MailAddressResolver for looking up the email address of a user in the Perforce repository.

Author:
Mike Date: Apr 22, 2008 2:01:37 PM

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.tasks.MailAddressResolver
hudson.tasks.MailAddressResolver.DefaultAddressResolver
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.tasks.MailAddressResolver
LIST
 
Constructor Summary
PerforceMailResolver()
           
 
Method Summary
 java.lang.String findMailAddressFor(hudson.model.User u)
           
 
Methods inherited from class hudson.tasks.MailAddressResolver
all, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceMailResolver

public PerforceMailResolver()
Method Detail

findMailAddressFor

public java.lang.String findMailAddressFor(hudson.model.User u)
Specified by:
findMailAddressFor in class hudson.tasks.MailAddressResolver


Copyright © 2010. All Rights Reserved.