org.jenkinsci.plugins.imagegallery.comparative
Class ComparativeArchivedImagesGallery

java.lang.Object
  extended by org.jenkinsci.plugins.imagegallery.imagegallery.ImageGallery
      extended by org.jenkinsci.plugins.imagegallery.comparative.ComparativeArchivedImagesGallery
All Implemented Interfaces:
hudson.model.Describable<ImageGallery>, Serializable, Comparable<ImageGallery>
Direct Known Subclasses:
InFolderComparativeArchivedImagesGallery, MultipleFolderComparativeArchivedImagesGallery

public abstract class ComparativeArchivedImagesGallery
extends ImageGallery

Base image gallery to compare images in different way.

Since:
0.1
Author:
Richard Lavoie
See Also:
Serialized Form

Nested Class Summary
static class ComparativeArchivedImagesGallery.ComparativeDescriptorImpl
           
 
Constructor Summary
ComparativeArchivedImagesGallery(String title, String baseRootFolder, Integer imageWidth, Integer imageInnerWidth, boolean markBuildAsUnstableIfNoArchivesFound)
          Constructor called from jelly.
 
Method Summary
 String getBaseRootFolder()
           
 Integer getImageInnerWidth()
           
 Integer getImageWidth()
           
protected  List<String> getRelativeFrom(hudson.FilePath file, hudson.FilePath parent)
           
 String getTitle()
           
 boolean isMarkBuildAsUnstableIfNoArchivesFound()
           
 
Methods inherited from class org.jenkinsci.plugins.imagegallery.imagegallery.ImageGallery
all, allExcept, compareTo, createImageGallery, getDescriptor, getProjectActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparativeArchivedImagesGallery

@DataBoundConstructor
public ComparativeArchivedImagesGallery(String title,
                                                             String baseRootFolder,
                                                             Integer imageWidth,
                                                             Integer imageInnerWidth,
                                                             boolean markBuildAsUnstableIfNoArchivesFound)
Constructor called from jelly.

Parameters:
includes -
imageWidth -
markBuildAsUnstableIfNoArchivesFound -
Method Detail

getTitle

public String getTitle()
Returns:
the title

getBaseRootFolder

public String getBaseRootFolder()
Returns:
the includes

getImageWidth

public Integer getImageWidth()
Returns:
the imageWidth

getImageInnerWidth

public Integer getImageInnerWidth()
Returns:
the imageInnerWidth

isMarkBuildAsUnstableIfNoArchivesFound

public boolean isMarkBuildAsUnstableIfNoArchivesFound()
Returns:
the markBuildAsUnstableIfNoArchivesFound

getRelativeFrom

protected List<String> getRelativeFrom(hudson.FilePath file,
                                       hudson.FilePath parent)


Copyright © 2004-2012 TupiLabs. All Rights Reserved.