public class MultipleFolderComparativeArchivedImagesGallery extends ComparativeArchivedImagesGallery
| Modifier and Type | Class and Description |
|---|---|
static class |
MultipleFolderComparativeArchivedImagesGallery.DescriptorImpl |
ComparativeArchivedImagesGallery.ComparativeDescriptorImpl| Constructor and Description |
|---|
MultipleFolderComparativeArchivedImagesGallery(String title,
String baseRootFolder,
Integer imageWidth,
Integer imageInnerWidth,
boolean markBuildAsUnstableIfNoArchivesFound)
Deprecated.
|
MultipleFolderComparativeArchivedImagesGallery(String title,
String baseRootFolder,
String imageWidthText,
String imageInnerWidthText,
boolean markBuildAsUnstableIfNoArchivesFound)
Constructor called from jelly.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
createImageGallery(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
Object |
readResolve() |
getBaseRootFolder, getImageInnerWidth, getImageInnerWidthText, getRelativeFrom, getTitleisMarkBuildAsUnstableIfNoArchivesFoundall, allExcept, compareTo, getDescriptor, getImageWidth, getImageWidthText, getProjectActions@Deprecated public MultipleFolderComparativeArchivedImagesGallery(String title, String baseRootFolder, Integer imageWidth, Integer imageInnerWidth, boolean markBuildAsUnstableIfNoArchivesFound)
title - gallery titlebaseRootFolder - base root folderimageWidth - image widthimageInnerWidth - image inner widthmarkBuildAsUnstableIfNoArchivesFound - flag to mark build as unstable if nothing found@DataBoundConstructor public MultipleFolderComparativeArchivedImagesGallery(String title, String baseRootFolder, String imageWidthText, String imageInnerWidthText, boolean markBuildAsUnstableIfNoArchivesFound)
title - gallery titlebaseRootFolder - base root folderimageWidthText - image widthimageInnerWidthText - image inner widthmarkBuildAsUnstableIfNoArchivesFound - flag to mark build as unstable if nothing foundpublic boolean createImageGallery(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
createImageGallery in class ImageGalleryInterruptedExceptionIOExceptionpublic Object readResolve()
Copyright © 2012-2016 TupiLabs. All Rights Reserved.