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 interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.tasks.MailAddressResolver
LIST
 
Constructor Summary
PerforceMailResolver()
           
 
Method Summary
 String findMailAddressFor(hudson.model.User u)
           
 String findPerforceMailAddressFor(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 String findMailAddressFor(hudson.model.User u)
Specified by:
findMailAddressFor in class hudson.tasks.MailAddressResolver

findPerforceMailAddressFor

public String findPerforceMailAddressFor(hudson.model.User u)


Copyright © 2004-2012 Hudson. All Rights Reserved.