com.tupilabs.image_gallery.image_gallery
Class ArchivedImagesGallery

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

public class ArchivedImagesGallery
extends ImageGallery

An image gallery of archived artifacts. Its descriptor is a static inner class.

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

Nested Class Summary
static class ArchivedImagesGallery.DescriptorImpl
           
 
Constructor Summary
ArchivedImagesGallery(String title, String includes, Integer imageWidth, boolean markBuildAsUnstableIfNoArchivesFound)
          Constructor called from jelly.
 
Method Summary
 boolean createImageGallery(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 Integer getImageWidth()
           
 String getIncludes()
           
 String getTitle()
           
 boolean isMarkBuildAsUnstableIfNoArchivesFound()
           
 
Methods inherited from class com.tupilabs.image_gallery.image_gallery.ImageGallery
all, allExcept, compareTo, getDescriptor, getProjectActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchivedImagesGallery

@DataBoundConstructor
public ArchivedImagesGallery(String title,
                                                  String includes,
                                                  Integer imageWidth,
                                                  boolean markBuildAsUnstableIfNoArchivesFound)
Constructor called from jelly.

Parameters:
includes -
imageWidth -
markBuildAsUnstableIfNoArchivesFound -
Method Detail

getTitle

public String getTitle()
Returns:
the title

getIncludes

public String getIncludes()
Returns:
the includes

getImageWidth

public Integer getImageWidth()
Returns:
the imageWidth

isMarkBuildAsUnstableIfNoArchivesFound

public boolean isMarkBuildAsUnstableIfNoArchivesFound()
Returns:
the markBuildAsUnstableIfNoArchivesFound

createImageGallery

public boolean createImageGallery(hudson.model.AbstractBuild<?,?> build,
                                  hudson.model.BuildListener listener)
                           throws InterruptedException,
                                  IOException
Specified by:
createImageGallery in class ImageGallery
Throws:
InterruptedException
IOException


Copyright © 2004-2012 TupiLabs. All Rights Reserved.