public class ComparativeImagesGalleryBuildAction extends Object implements hudson.model.Action, Serializable
| Constructor and Description |
|---|
ComparativeImagesGalleryBuildAction(String title,
FilePairTree tree,
Integer imageWidth,
Integer imageInnerWidth)
Constructor with args.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
Integer |
getImageInnerWidth() |
FilePairTree |
getImages() |
Integer |
getImageWidth() |
String |
getTitle() |
String |
getUrlName() |
public ComparativeImagesGalleryBuildAction(String title, FilePairTree tree, Integer imageWidth, Integer imageInnerWidth)
title - imageWidth2 - tree - images - imageWidth - public String getTitle()
public FilePairTree getImages()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic Integer getImageWidth()
public Integer getImageInnerWidth()
Copyright © 2004-2014 TupiLabs. All Rights Reserved.