jenkins.plugins.extracolumns
Class SlaveOrLabelColumn

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

public class SlaveOrLabelColumn
extends hudson.views.ListViewColumn

View column that shows build processor or build processor label restriction of a job.

Author:
krulls

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

SlaveOrLabelColumn

@DataBoundConstructor
public SlaveOrLabelColumn()
Method Detail

getLabel

public hudson.model.Label getLabel(hudson.model.Job<?,?> job)

getDescription

public String getDescription(hudson.model.Label label)


Copyright © 2004-2015. All Rights Reserved.