Uses of Class
org.jvnet.hudson.plugins.exclusion.IdType

Uses of IdType in org.jvnet.hudson.plugins.exclusion
 

Subclasses of IdType in org.jvnet.hudson.plugins.exclusion
 class DefaultIdType
          first author Kohsuke Kawaguchi fork by Anthony Roux
 

Fields in org.jvnet.hudson.plugins.exclusion declared as IdType
 IdType Id.type
           
 

Methods in org.jvnet.hudson.plugins.exclusion that return IdType
 IdType[] IdAllocator.getIds()
           
 IdType IdTypeDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req)
           
 

Methods in org.jvnet.hudson.plugins.exclusion with parameters of type IdType
 void IdAllocator.setIds(IdType[] ids)
           
 

Constructors in org.jvnet.hudson.plugins.exclusion with parameters of type IdType
Id(IdType type)
           
IdAllocator(IdType[] ids)
           
 

Constructor parameters in org.jvnet.hudson.plugins.exclusion with type arguments of type IdType
IdTypeDescriptor(Class<? extends IdType> clazz)
           
 



Copyright © 2004-2012. All Rights Reserved.