|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListViewColumn | |
---|---|
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.views |
Uses of ListViewColumn in hudson.model |
---|
Methods in hudson.model that return types with arguments of type ListViewColumn | |
---|---|
DescribableList<ListViewColumn,Descriptor<ListViewColumn>> |
ListView.getColumns()
|
DescribableList<ListViewColumn,Descriptor<ListViewColumn>> |
ListView.getColumns()
|
Iterable<? extends ListViewColumn> |
View.getColumns()
If this view uses <t:projectView> for rendering, this method returns columns to be displayed. |
List<Descriptor<ListViewColumn>> |
ViewDescriptor.getColumnsDescriptors()
Possible ListViewColumnDescriptor s that can be used with this view. |
static List<ListViewColumn> |
ListView.getDefaultColumns()
Deprecated. as of 1.391 Use createDefaultInitialColumnList() |
Uses of ListViewColumn in hudson.views |
---|
Subclasses of ListViewColumn in hudson.views | |
---|---|
class |
BuildButtonColumn
|
class |
JobColumn
Renders Item.getName() |
class |
LastDurationColumn
|
class |
LastFailureColumn
|
class |
LastStableColumn
|
class |
LastSuccessColumn
|
class |
StatusColumn
Shows the status icon for item. |
class |
WeatherColumn
|
Fields in hudson.views with type parameters of type ListViewColumn | |
---|---|
static DescriptorList<ListViewColumn> |
ListViewColumn.LIST
Deprecated. as of 1.281 Use all() for read access and Extension for registration. |
Methods in hudson.views that return types with arguments of type ListViewColumn | |
---|---|
static DescriptorExtensionList<ListViewColumn,Descriptor<ListViewColumn>> |
ListViewColumn.all()
Returns all the registered ListViewColumn descriptors. |
static DescriptorExtensionList<ListViewColumn,Descriptor<ListViewColumn>> |
ListViewColumn.all()
Returns all the registered ListViewColumn descriptors. |
static List<ListViewColumn> |
ListViewColumn.createDefaultInitialColumnList()
Creates the list of ListViewColumn s to be used for newly created ListView s and their likes. |
Descriptor<ListViewColumn> |
ListViewColumn.getDescriptor()
For compatibility reason, this method may not return a ListViewColumnDescriptor
and instead return a plain Descriptor instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |