jenkins.plugins.extracolumns
Class LastJobConfigurationModificationColumn

java.lang.Object
  extended by hudson.views.ListViewColumn
      extended by jenkins.plugins.extracolumns.LastJobConfigurationModificationColumn
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.views.ListViewColumn>

public class LastJobConfigurationModificationColumn
extends hudson.views.ListViewColumn

View column that shows the date of last job configuration modification.

Author:
Stephan Krull, ECG Leipzig GmbH

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

LastJobConfigurationModificationColumn

@DataBoundConstructor
public LastJobConfigurationModificationColumn()
Method Detail

getInfo

public String getInfo(hudson.model.Job<?,?> job)


Copyright © 2004-2015. All Rights Reserved.