com.robestone.hudson.compactcolumns
Class LastStableAndUnstableColumn

java.lang.Object
  extended by hudson.views.ListViewColumn
      extended by com.robestone.hudson.compactcolumns.AbstractCompactColumn
          extended by com.robestone.hudson.compactcolumns.AbstractStatusesColumn
              extended by com.robestone.hudson.compactcolumns.LastStableAndUnstableColumn
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.views.ListViewColumn>

public class LastStableAndUnstableColumn
extends AbstractStatusesColumn

Author:
jacob robertson

Nested Class Summary
static class LastStableAndUnstableColumn.LastCompletedAndSuccessAndStableColumnDescriptor
           
 
Nested classes/interfaces inherited from class com.robestone.hudson.compactcolumns.AbstractStatusesColumn
AbstractStatusesColumn.AbstractCompactColumnDescriptor
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class com.robestone.hudson.compactcolumns.AbstractStatusesColumn
FAILED_UNDERLINE_STYLE, OTHER_UNDERLINE_STYLE, STABLE_UNDERLINE_STYLE, UNSTABLE_UNDERLINE_STYLE
 
Fields inherited from class hudson.views.ListViewColumn
LIST
 
Constructor Summary
LastStableAndUnstableColumn()
           
 
Method Summary
protected  boolean isFailedShownOnlyIfLast()
           
protected  boolean isUnstableShownOnlyIfLast()
           
 
Methods inherited from class com.robestone.hudson.compactcolumns.AbstractStatusesColumn
getAbortedMessage, getBuildDescriptionToolTip, getBuilds, getBuilds, getBuildTimeString, getColumnSortData, getDatePattern, getFailedMessage, getHideDays, getLastFailedBuild, getLastStableBuild, getLastUnstableBuild, getRoundedNumber, getShortTimestamp, getStableMessage, getTimeAgoString, getToolTip, getUnstableMessage, isBuildsEmpty, isOnlyShowLastStatus
 
Methods inherited from class com.robestone.hudson.compactcolumns.AbstractCompactColumn
getColorblindHint, isShowColorblindUnderlineHint
 
Methods inherited from class hudson.views.ListViewColumn
all, getColumnCaption, getDescriptor, shownByDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastStableAndUnstableColumn

@DataBoundConstructor
public LastStableAndUnstableColumn()
Method Detail

isFailedShownOnlyIfLast

protected boolean isFailedShownOnlyIfLast()
Specified by:
isFailedShownOnlyIfLast in class AbstractStatusesColumn

isUnstableShownOnlyIfLast

protected boolean isUnstableShownOnlyIfLast()
Specified by:
isUnstableShownOnlyIfLast in class AbstractStatusesColumn


Copyright © 2011. All Rights Reserved.