org.jenkinsci.plugins.imagegallery.comparative
Class ComparativeImagesGalleryBuildAction

java.lang.Object
  extended by org.jenkinsci.plugins.imagegallery.comparative.ComparativeImagesGalleryBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, Serializable

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

A project action with a group of image files associated by a path and a set of files

Since:
0.2
Author:
Richard Lavoie
See Also:
Serialized Form

Constructor Summary
ComparativeImagesGalleryBuildAction(String title, FilePairTree tree, Integer imageWidth, Integer imageInnerWidth)
          Constructor with args.
 
Method Summary
 String getDisplayName()
          
 String getIconFileName()
          
 Integer getImageInnerWidth()
           
 FilePairTree getImages()
           
 Integer 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

ComparativeImagesGalleryBuildAction

public ComparativeImagesGalleryBuildAction(String title,
                                           FilePairTree tree,
                                           Integer imageWidth,
                                           Integer imageInnerWidth)
Constructor with args.

Parameters:
title -
imageWidth2 -
tree -
images -
imageWidth -
Method Detail

getTitle

public String getTitle()
Returns:
the title

getImages

public FilePairTree 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 Integer getImageWidth()
Returns:
the imageWidth

getImageInnerWidth

public Integer getImageInnerWidth()
Returns:
the imageInnerWidth


Copyright © 2004-2012 TupiLabs. All Rights Reserved.