Uses of Class
org.jenkinsci.plugins.imagegallery.imagegallery.ImageGallery

Packages that use ImageGallery
org.jenkinsci.plugins.imagegallery   
org.jenkinsci.plugins.imagegallery.comparative   
org.jenkinsci.plugins.imagegallery.imagegallery   
 

Uses of ImageGallery in org.jenkinsci.plugins.imagegallery
 

Methods in org.jenkinsci.plugins.imagegallery that return types with arguments of type ImageGallery
 List<hudson.model.Descriptor<? extends ImageGallery>> ImageGalleryRecorder.DescriptorImpl.getApplicableImageGalleries(hudson.model.AbstractProject<?,?> p)
           
 List<ImageGallery> ImageGalleryRecorder.getImageGalleries()
           
 

Constructor parameters in org.jenkinsci.plugins.imagegallery with type arguments of type ImageGallery
ImageGalleryRecorder(List<ImageGallery> imageGalleries)
           
 

Uses of ImageGallery in org.jenkinsci.plugins.imagegallery.comparative
 

Subclasses of ImageGallery in org.jenkinsci.plugins.imagegallery.comparative
 class ComparativeArchivedImagesGallery
          Base image gallery to compare images in different way.
 class InFolderComparativeArchivedImagesGallery
          An image gallery of archived artifacts Comparing same files in different folders.
 class MultipleFolderComparativeArchivedImagesGallery
          An image gallery of archived artifacts Comparing same files in different folders.
 

Uses of ImageGallery in org.jenkinsci.plugins.imagegallery.imagegallery
 

Subclasses of ImageGallery in org.jenkinsci.plugins.imagegallery.imagegallery
 class ArchivedImagesGallery
          An image gallery of archived artifacts.
 

Methods in org.jenkinsci.plugins.imagegallery.imagegallery that return types with arguments of type ImageGallery
static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> ImageGallery.all()
           
static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> ImageGallery.all()
           
static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> ImageGallery.allExcept(hudson.model.Node current)
           
static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> ImageGallery.allExcept(hudson.model.Node current)
           
 hudson.model.Descriptor<ImageGallery> ImageGallery.getDescriptor()
           
 

Methods in org.jenkinsci.plugins.imagegallery.imagegallery with parameters of type ImageGallery
 int ImageGallery.compareTo(ImageGallery o)
           
 



Copyright © 2004-2012 TupiLabs. All Rights Reserved.