org.jenkinsci.plugins.livescreenshot
Class LiveScreenshotColumn

java.lang.Object
  extended by hudson.views.ListViewColumn
      extended by org.jenkinsci.plugins.livescreenshot.LiveScreenshotColumn
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.views.ListViewColumn>

public class LiveScreenshotColumn
extends hudson.views.ListViewColumn

Author:
sts

Nested Class Summary
static class LiveScreenshotColumn.LiveScreenshotColumnDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.views.ListViewColumn
LIST
 
Constructor Summary
LiveScreenshotColumn()
           
 
Method Summary
 String collectScreenshots(hudson.model.Run run)
           
 String getScreenshots(hudson.model.Job job)
           
 
Methods inherited from class hudson.views.ListViewColumn
all, createDefaultInitialColumnList, getColumnCaption, getDescriptor, shownByDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveScreenshotColumn

@DataBoundConstructor
public LiveScreenshotColumn()
Method Detail

collectScreenshots

public String collectScreenshots(hudson.model.Run run)

getScreenshots

public String getScreenshots(hudson.model.Job job)


Copyright © 2004-2013. All Rights Reserved.