|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.model.AbstractModelObject
hudson.model.View
hudson.plugins.sectioned_view.SectionedView
public class SectionedView
| Nested Class Summary | |
|---|---|
static class |
SectionedView.DescriptorImpl
|
| Nested classes/interfaces inherited from class hudson.model.View |
|---|
hudson.model.View.People, hudson.model.View.UserInfo |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.model.View |
|---|
CONFIGURE, CREATE, DELETE, description, filterExecutors, filterQueue, LIST, name, owner, PERMISSIONS, SORTER |
| Constructor Summary | |
|---|---|
SectionedView(java.lang.String name)
|
|
| Method Summary | |
|---|---|
boolean |
contains(hudson.model.TopLevelItem item)
|
hudson.model.Item |
doCreateItem(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
java.util.Collection<hudson.model.TopLevelItem> |
getItems()
|
static hudson.model.Result |
getResult(hudson.model.Job job)
|
java.lang.Iterable<SectionedViewSection> |
getSections()
|
protected void |
initSections()
|
static boolean |
isBuilding(hudson.model.Job job)
|
void |
onJobRenamed(hudson.model.Item item,
java.lang.String oldName,
java.lang.String newName)
|
static java.util.Collection<hudson.model.Job> |
sortJobs(java.util.Collection<hudson.model.Job> jobs)
|
protected void |
submit(org.kohsuke.stapler.StaplerRequest req)
Handles the configuration submission. |
| Methods inherited from class hudson.model.View |
|---|
all, checkPermission, create, doConfigSubmit, doDoDelete, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, getActions, getApi, getBuilds, getComputers, getDescription, getDescriptor, getDisplayName, getItem, getItemCreatePermission, getJob, getOwner, getPeople, getPostConstructLandingPage, getQueueItems, getSearchUrl, getUrl, getViewName, getViewUrl, getWidgets, hasPeople, hasPermission, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex, rename |
| Methods inherited from class hudson.model.AbstractModelObject |
|---|
getSearch, getSearchIndex, getSearchName, requirePOST, sendError, sendError, sendError, sendError, sendError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor public SectionedView(java.lang.String name)
| Method Detail |
|---|
public java.lang.Iterable<SectionedViewSection> getSections()
protected void initSections()
public static java.util.Collection<hudson.model.Job> sortJobs(java.util.Collection<hudson.model.Job> jobs)
public static boolean isBuilding(hudson.model.Job job)
public static hudson.model.Result getResult(hudson.model.Job job)
protected void submit(org.kohsuke.stapler.StaplerRequest req)
throws javax.servlet.ServletException,
hudson.model.Descriptor.FormException
submit in class hudson.model.Viewjavax.servlet.ServletException
hudson.model.Descriptor.FormExceptionpublic boolean contains(hudson.model.TopLevelItem item)
contains in class hudson.model.View
public hudson.model.Item doCreateItem(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
doCreateItem in class hudson.model.Viewjava.io.IOException
javax.servlet.ServletExceptionpublic java.util.Collection<hudson.model.TopLevelItem> getItems()
getItems in class hudson.model.View
public void onJobRenamed(hudson.model.Item item,
java.lang.String oldName,
java.lang.String newName)
onJobRenamed in class hudson.model.View
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||