public class DescriptionColumn
extends hudson.views.ListViewColumn
| Modifier and Type | Class and Description |
|---|---|
static class |
DescriptionColumn.DescriptorImpl |
| Constructor and Description |
|---|
DescriptionColumn() |
DescriptionColumn(boolean displayName,
boolean trim,
int displayLength,
int columnWidth,
boolean forceWidth) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnWidth() |
String |
getDescription(hudson.model.AbstractItem job) |
int |
getDisplayLength() |
String |
getToolTip(hudson.model.AbstractItem job) |
boolean |
isDisplayName() |
boolean |
isForceWidth() |
boolean |
isTrim() |
@DataBoundConstructor
public DescriptionColumn(boolean displayName,
boolean trim,
int displayLength,
int columnWidth,
boolean forceWidth)
public DescriptionColumn()
public boolean isDisplayName()
public boolean isTrim()
public int getDisplayLength()
public int getColumnWidth()
public boolean isForceWidth()
public String getToolTip(hudson.model.AbstractItem job)
public String getDescription(hudson.model.AbstractItem job)
Copyright © 2016–2017. All rights reserved.