org.jenkinsci.plugins.imagegallery.comparative
Class ComparativeImagesGalleryBuildAction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComparativeImagesGalleryBuildAction
public ComparativeImagesGalleryBuildAction(String title,
FilePairTree tree,
Integer imageWidth,
Integer imageInnerWidth)
- Constructor with args.
- Parameters:
title - imageWidth2 - tree - images - imageWidth -
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.