|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Descriptor<View>
hudson.model.ViewDescriptor
public abstract class ViewDescriptor
Descriptor
for View
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class hudson.model.Descriptor |
---|
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self |
Field Summary |
---|
Fields inherited from class hudson.model.Descriptor |
---|
clazz |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Constructor Summary | |
---|---|
protected |
ViewDescriptor()
|
protected |
ViewDescriptor(Class<? extends View> clazz)
|
Method Summary | |
---|---|
AutoCompletionCandidates |
doAutoCompleteCopyNewItemFrom(String value)
Auto-completion for the "copy from" field in the new job page. |
List<Descriptor<ListViewColumn>> |
getColumnsDescriptors()
Possible ListViewColumnDescriptor s that can be used with this view. |
abstract String |
getDisplayName()
Returns the human-readable name of this type of view. |
List<Descriptor<ViewJobFilter>> |
getJobFiltersDescriptors()
Possible ViewJobFilter types that can be used with this view. |
String |
getNewViewDetailPage()
Jelly fragment included in the "new view" page. |
boolean |
isInstantiable()
Some special views are not instantiable, and for those this method returns false. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ViewDescriptor(Class<? extends View> clazz)
protected ViewDescriptor()
Method Detail |
---|
public abstract String getDisplayName()
getDisplayName
in class Descriptor<View>
public boolean isInstantiable()
public final String getNewViewDetailPage()
public AutoCompletionCandidates doAutoCompleteCopyNewItemFrom(@QueryParameter String value)
public List<Descriptor<ListViewColumn>> getColumnsDescriptors()
ListViewColumnDescriptor
s that can be used with this view.
public List<Descriptor<ViewJobFilter>> getJobFiltersDescriptors()
ViewJobFilter
types that can be used with this view.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |