org.jenkins.ci.plugins.progress_bar
Class ProgressBarColumn

java.lang.Object
  extended by hudson.views.ListViewColumn
      extended by org.jenkins.ci.plugins.progress_bar.ProgressBarColumn
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.views.ListViewColumn>

public final class ProgressBarColumn
extends hudson.views.ListViewColumn

A ListViewColumn which adds the standard build progress bar.

Since:
1.0
Author:
Jesse Farinacci

Nested Class Summary
static class ProgressBarColumn.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.views.ListViewColumn
LIST
 
Constructor Summary
ProgressBarColumn()
           
 
Method Summary
 
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

ProgressBarColumn

@DataBoundConstructor
public ProgressBarColumn()


Copyright © 2004-2011. All Rights Reserved.