public abstract class ImageGallery extends Object implements Serializable, hudson.model.Describable<ImageGallery>, Comparable<ImageGallery>
| Constructor and Description |
|---|
ImageGallery(String title,
Integer imageWidth)
Deprecated.
|
ImageGallery(String title,
String imageWidthText) |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> |
all() |
static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> |
allExcept(hudson.model.Node current) |
int |
compareTo(ImageGallery o) |
abstract boolean |
createImageGallery(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
hudson.model.Descriptor<ImageGallery> |
getDescriptor() |
Integer |
getImageWidth()
Deprecated.
|
String |
getImageWidthText() |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
String |
getTitle() |
@Deprecated public ImageGallery(String title, Integer imageWidth)
public String getTitle()
@Deprecated public Integer getImageWidth()
public String getImageWidthText()
public int compareTo(ImageGallery o)
compareTo in interface Comparable<ImageGallery>public hudson.model.Descriptor<ImageGallery> getDescriptor()
getDescriptor in interface hudson.model.Describable<ImageGallery>public static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> all()
public static hudson.DescriptorExtensionList<ImageGallery,hudson.model.Descriptor<ImageGallery>> allExcept(hudson.model.Node current)
public Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
public abstract boolean createImageGallery(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
InterruptedExceptionIOExceptionCopyright © 2012-2016 TupiLabs. All Rights Reserved.