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

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

public static class UpdateSitesManager.IsSiteManaged
extends Object
implements com.google.common.base.Predicate<hudson.model.UpdateSite>

This predicate helps to filter which sites should be shown on UI as editable/not editable


Constructor Summary
UpdateSitesManager.IsSiteManaged()
           
 
Method Summary
 boolean apply(hudson.model.UpdateSite input)
           
 
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.Predicate
equals
 

Constructor Detail

UpdateSitesManager.IsSiteManaged

public UpdateSitesManager.IsSiteManaged()
Method Detail

apply

public boolean apply(@Nullable
                     hudson.model.UpdateSite input)
Specified by:
apply in interface com.google.common.base.Predicate<hudson.model.UpdateSite>


Copyright © 2004-2016. All Rights Reserved.