public abstract class BuildViewColumn extends hudson.model.AbstractDescribableImpl<BuildViewColumn> implements hudson.ExtensionPoint
Run
s.
This object must have the column.groovy. This view
is called for each cell of this column. The Run
object
is passed in the "run" variable. The view should render
a <lt>
td<gt>
tag.
The implementation should handle run==null
situation gracefully
(for example by rendering an empty <lt>
td<gt>
tag.) As a special case of run==null
,
the caller of BuildViewColumn
can pass in job
that points
to a Job
that represents a build that's yet to happen.
An implementation can choose to display something comparable in such a case.
This object may have an additional columnHeader.groovy. The default column header
will render getColumnCaption()
.
ListViewColumnDescriptor
Constructor and Description |
---|
BuildViewColumn() |
Modifier and Type | Method and Description |
---|---|
String |
getColumnCaption()
Returns the name of the column that explains what this column means
|
BuildViewColumnDescriptor |
getDescriptor() |
@Exported public String getColumnCaption()
public BuildViewColumnDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<BuildViewColumn>
getDescriptor
in class hudson.model.AbstractDescribableImpl<BuildViewColumn>
Copyright © 2016. All rights reserved.