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