public class ImageGalleryRecorder extends Recorder
It uses ImageGallery extension point to create
galleries for different formats.
ImageGallery| Modifier and Type | Class and Description |
|---|---|
static class |
ImageGalleryRecorder.DescriptorImpl |
Publisher.DescriptorExtensionListImplExtensionPoint.LegacyInstancesAreScopedToHudsonBuildStep.PublisherList| Modifier and Type | Field and Description |
|---|---|
static ImageGalleryRecorder.DescriptorImpl |
DESCRIPTOR |
BUILDERS, PUBLISHERS| Constructor and Description |
|---|
ImageGalleryRecorder(List<ImageGallery> imageGalleries) |
| Modifier and Type | Method and Description |
|---|---|
BuildStepDescriptor |
getDescriptor() |
List<ImageGallery> |
getImageGalleries() |
BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuild@Extension public static final ImageGalleryRecorder.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public ImageGalleryRecorder(List<ImageGallery> imageGalleries)
public List<ImageGallery> getImageGalleries()
public BuildStepMonitor getRequiredMonitorService()
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic BuildStepDescriptor getDescriptor()
getDescriptor in interface Describable<Publisher>getDescriptor in class RecorderCopyright © 2012–2019 TupiLabs. All rights reserved.