org.jenkinsci.plugins.imagegallery.imagegallery
Class ArchivedImagesGallery
java.lang.Object
org.jenkinsci.plugins.imagegallery.imagegallery.ImageGallery
org.jenkinsci.plugins.imagegallery.imagegallery.ArchivedImagesGallery
- All Implemented Interfaces:
- hudson.model.Describable<ImageGallery>, Serializable, Comparable<ImageGallery>
public class ArchivedImagesGallery
- extends ImageGallery
An image gallery of archived artifacts. Its descriptor is a static inner
class.
- Since:
- 0.1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchivedImagesGallery
@DataBoundConstructor
public ArchivedImagesGallery(String title,
String includes,
Integer imageWidth,
boolean markBuildAsUnstableIfNoArchivesFound)
- Constructor called from jelly.
- Parameters:
includes - imageWidth - markBuildAsUnstableIfNoArchivesFound -
getTitle
public String getTitle()
- Returns:
- the title
getIncludes
public String getIncludes()
- Returns:
- the includes
getImageWidth
public Integer getImageWidth()
- Returns:
- the imageWidth
isMarkBuildAsUnstableIfNoArchivesFound
public boolean isMarkBuildAsUnstableIfNoArchivesFound()
- Returns:
- the 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.