jp.ikedam.jenkins.plugins.updatesitesmanager
Class UpdateSitesManager.IdExtractor

java.lang.Object
  extended by jp.ikedam.jenkins.plugins.updatesitesmanager.UpdateSitesManager.IdExtractor
All Implemented Interfaces:
com.google.common.base.Function<hudson.model.UpdateSite,String>
Enclosing class:
UpdateSitesManager

public static class UpdateSitesManager.IdExtractor
extends Object
implements com.google.common.base.Function<hudson.model.UpdateSite,String>

Helps to check duplication


Constructor Summary
UpdateSitesManager.IdExtractor()
           
 
Method Summary
 String apply(hudson.model.UpdateSite site)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

UpdateSitesManager.IdExtractor

public UpdateSitesManager.IdExtractor()
Method Detail

apply

public String apply(hudson.model.UpdateSite site)
Specified by:
apply in interface com.google.common.base.Function<hudson.model.UpdateSite,String>


Copyright © 2004-2016. All Rights Reserved.