com.tupilabs.image_gallery.image_gallery
Class ImageGallery

java.lang.Object
  extended by com.tupilabs.image_gallery.image_gallery.ImageGallery
All Implemented Interfaces:
hudson.model.Describable<ImageGallery>, Serializable, Comparable<ImageGallery>
Direct Known Subclasses:
ArchivedImagesGallery

public abstract class ImageGallery
extends Object
implements Serializable, hudson.model.Describable<ImageGallery>, Comparable<ImageGallery>

Image gallery extension point. Multiple image gallery types extend this class.

Since:
0.1
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
ImageGallery()
           
 
Method Summary
static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> all()
           
static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> allExcept(hudson.model.Node current)
           
 int compareTo(ImageGallery o)
           
abstract  boolean createImageGallery(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 hudson.model.Descriptor<ImageGallery> getDescriptor()
           
 Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageGallery

public ImageGallery()
Method Detail

compareTo

public int compareTo(ImageGallery o)
Specified by:
compareTo in interface Comparable<ImageGallery>

getDescriptor

public hudson.model.Descriptor<ImageGallery> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<ImageGallery>

all

public static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> all()

allExcept

public static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> allExcept(hudson.model.Node current)

getProjectActions

public Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)

createImageGallery

public abstract boolean createImageGallery(hudson.model.AbstractBuild<?,?> build,
                                           hudson.model.BuildListener listener)
                                    throws InterruptedException,
                                           IOException
Throws:
InterruptedException
IOException


Copyright © 2004-2012 TupiLabs. All Rights Reserved.