public class ArchivedImagesGallery extends AbstractArchivedImagesGallery
| Modifier and Type | Class and Description |
|---|---|
static class |
ArchivedImagesGallery.DescriptorImpl |
| Constructor and Description |
|---|
ArchivedImagesGallery(String title,
String includes,
Integer imageWidth,
Boolean markBuildAsUnstableIfNoArchivesFound)
Deprecated.
|
ArchivedImagesGallery(String title,
String includes,
String imageWidthText,
Boolean markBuildAsUnstableIfNoArchivesFound)
Constructor called from jelly.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
createImageGallery(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
String |
getIncludes() |
Object |
readResolve() |
isMarkBuildAsUnstableIfNoArchivesFoundall, allExcept, compareTo, getDescriptor, getImageWidth, getImageWidthText, getProjectActions, getTitle@Deprecated public ArchivedImagesGallery(String title, String includes, Integer imageWidth, Boolean markBuildAsUnstableIfNoArchivesFound)
title - gallery titleincludes - ant-pattern to include filesimageWidth - image widthmarkBuildAsUnstableIfNoArchivesFound - flag to mark build as unstable if nothing found@DataBoundConstructor public ArchivedImagesGallery(String title, String includes, String imageWidthText, Boolean markBuildAsUnstableIfNoArchivesFound)
title - gallery titleincludes - ant-pattern to include filesimageWidthText - image widthmarkBuildAsUnstableIfNoArchivesFound - flag to mark build as unstable if nothing foundpublic String getIncludes()
public 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.