jenkins.plugins.extracolumns
Class SlaveOrLabelColumn
java.lang.Object
hudson.views.ListViewColumn
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.views.ListViewColumn |
LIST |
| 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 |
SlaveOrLabelColumn
@DataBoundConstructor
public SlaveOrLabelColumn()
getLabel
public hudson.model.Label getLabel(hudson.model.Job<?,?> job)
getDescription
public String getDescription(hudson.model.Label label)
Copyright © 2004-2015. All Rights Reserved.