org.jenkinsci.plugins.imagegallery.imagegallery
Class ImageGallery
java.lang.Object
org.jenkinsci.plugins.imagegallery.imagegallery.ImageGallery
- All Implemented Interfaces:
- hudson.model.Describable<ImageGallery>, Serializable, Comparable<ImageGallery>
- Direct Known Subclasses:
- ArchivedImagesGallery, ComparativeArchivedImagesGallery
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageGallery
public ImageGallery()
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.