com.tupilabs.image_gallery.image_gallery
Class ArchivedImagesGalleryBuildAction

java.lang.Object
  extended by com.tupilabs.image_gallery.image_gallery.ArchivedImagesGalleryBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, Serializable

public class ArchivedImagesGalleryBuildAction
extends Object
implements hudson.model.Action, Serializable

A project action with the list of archived image file names to be displayed.

Since:
0.1
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
ArchivedImagesGalleryBuildAction(String title, String[] images, Integer imageWidth)
          Constructor with args.
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 String[] getImages()
           
 int getImageWidth()
           
 String getTitle()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchivedImagesGalleryBuildAction

public ArchivedImagesGalleryBuildAction(String title,
                                        String[] images,
                                        Integer imageWidth)
Constructor with args.

Parameters:
title -
images -
imageWidth -
Method Detail

getTitle

public String getTitle()
Returns:
the title

getImages

public String[] getImages()
Returns:
the images

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getImageWidth

public int getImageWidth()
Returns:
the imageWidth


Copyright © 2004-2012 TupiLabs. All Rights Reserved.