public abstract class ImageGallery extends Object implements Serializable, hudson.model.Describable<ImageGallery>, Comparable<ImageGallery>
| Constructor and Description |
|---|
ImageGallery(String title,
Integer imageWidth) |
| 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() |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
String |
getTitle() |
public String getTitle()
public Integer getImageWidth()
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 © 2004-2014 TupiLabs. All Rights Reserved.