org.jenkinsci.plugins.imagegallery.comparative
Class MultipleFolderComparativeArchivedImagesGallery
java.lang.Object
org.jenkinsci.plugins.imagegallery.imagegallery.ImageGallery
org.jenkinsci.plugins.imagegallery.comparative.ComparativeArchivedImagesGallery
org.jenkinsci.plugins.imagegallery.comparative.MultipleFolderComparativeArchivedImagesGallery
- All Implemented Interfaces:
- hudson.model.Describable<ImageGallery>, Serializable, Comparable<ImageGallery>
public class MultipleFolderComparativeArchivedImagesGallery
- extends ComparativeArchivedImagesGallery
An image gallery of archived artifacts Comparing same files in different folders.
- Since:
- 0.2
- Author:
- Richard Lavoie
- See Also:
- Serialized Form
|
Method Summary |
boolean |
createImageGallery(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleFolderComparativeArchivedImagesGallery
@DataBoundConstructor
public MultipleFolderComparativeArchivedImagesGallery(String title,
String baseRootFolder,
Integer imageWidth,
Integer imageInnerWidth,
boolean markBuildAsUnstableIfNoArchivesFound)
- Constructor called from jelly.
- Parameters:
includes - imageWidth - 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.