Uses of Class
hudson.plugins.nsiq.model.FileType

Packages that use FileType
hudson.plugins.nsiq   
hudson.plugins.nsiq.model   
 

Uses of FileType in hudson.plugins.nsiq
 

Methods in hudson.plugins.nsiq that return types with arguments of type FileType
static java.util.Map<FileType,java.lang.Integer> NSiqUtil.convertLangDistMap(java.util.Map<FileType,org.apache.commons.lang.mutable.MutableInt> locPerType)
           
 

Method parameters in hudson.plugins.nsiq with type arguments of type FileType
static java.util.Map<FileType,java.lang.Integer> NSiqUtil.convertLangDistMap(java.util.Map<FileType,org.apache.commons.lang.mutable.MutableInt> locPerType)
           
 

Uses of FileType in hudson.plugins.nsiq.model
 

Methods in hudson.plugins.nsiq.model that return FileType
 FileType NSiqResult.geteType()
           
static FileType FileType.getFileType(java.lang.String name)
           
 FileType Loc.getType()
           
static FileType FileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileType[] FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.nsiq.model that return types with arguments of type FileType
 java.util.Map<FileType,java.lang.Integer> NSiqSummary.getLocPerType()
           
 

Methods in hudson.plugins.nsiq.model with parameters of type FileType
 void NSiqResult.seteType(FileType eType)
           
 void Loc.setType(FileType type)
           
 

Method parameters in hudson.plugins.nsiq.model with type arguments of type FileType
 void NSiqSummary.setLocPerType(java.util.Map<FileType,java.lang.Integer> locPerType)
           
 



Copyright © 2004-2011. All Rights Reserved.