Uses of Class
hudson.plugin.scm.fsscm.FolderDiff.Entry.Type

Uses of FolderDiff.Entry.Type in hudson.plugin.scm.fsscm
 

Methods in hudson.plugin.scm.fsscm that return FolderDiff.Entry.Type
 FolderDiff.Entry.Type FolderDiff.Entry.getType()
           
static FolderDiff.Entry.Type FolderDiff.Entry.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FolderDiff.Entry.Type[] FolderDiff.Entry.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugin.scm.fsscm with parameters of type FolderDiff.Entry.Type
 void FolderDiff.Entry.setType(FolderDiff.Entry.Type type)
           
 

Constructors in hudson.plugin.scm.fsscm with parameters of type FolderDiff.Entry.Type
FolderDiff.Entry(java.lang.String filename, FolderDiff.Entry.Type type)
           
 



Copyright © 2009. All Rights Reserved.