jenkins.plugins.extracolumns
Class SCMTypeColumn

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

public class SCMTypeColumn
extends hudson.views.ListViewColumn


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

SCMTypeColumn

@DataBoundConstructor
public SCMTypeColumn()
Method Detail

getScmType

public String getScmType(hudson.model.Job job)


Copyright © 2004-2013. All Rights Reserved.