org.jenkinsci.plugins.imagegallery.comparative
Class ComparativeArchivedImagesGallery
java.lang.Object
org.jenkinsci.plugins.imagegallery.imagegallery.ImageGallery
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComparativeArchivedImagesGallery
@DataBoundConstructor
public ComparativeArchivedImagesGallery(String title,
String baseRootFolder,
Integer imageWidth,
Integer imageInnerWidth,
boolean markBuildAsUnstableIfNoArchivesFound)
- Constructor called from jelly.
- Parameters:
includes - imageWidth - markBuildAsUnstableIfNoArchivesFound -
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.