hudson.plugins.status_view
Class StatusView

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.View
          extended by hudson.model.ListView
              extended by hudson.plugins.status_view.StatusView
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.View>, hudson.model.ModelObject, hudson.model.Saveable, hudson.search.SearchableModelObject, hudson.search.SearchItem, hudson.security.AccessControlled

public class StatusView
extends hudson.model.ListView

List view type filters jobs by status of the latest build.

Author:
Alan Harder

Nested Class Summary
static class StatusView.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
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
StatusView(java.lang.String name)
           
 
Method Summary
 java.util.List<hudson.model.TopLevelItem> getItems()
           
 boolean isAborted()
           
 boolean isFailed()
           
 boolean isRunning()
           
 boolean isStable()
           
 boolean isUnstable()
           
protected  void submit(org.kohsuke.stapler.StaplerRequest req)
           
 
Methods inherited from class hudson.model.ListView
contains, doCreateItem, getActions, getColumns, getDefaultColumns, getIncludeRegex, initColumns, onJobRenamed, save
 
Methods inherited from class hudson.model.View
all, checkPermission, create, doConfigSubmit, doDoDelete, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, 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

StatusView

@DataBoundConstructor
public StatusView(java.lang.String name)
Method Detail

isStable

public boolean isStable()

isUnstable

public boolean isUnstable()

isFailed

public boolean isFailed()

isAborted

public boolean isAborted()

isRunning

public boolean isRunning()

getItems

public java.util.List<hudson.model.TopLevelItem> getItems()
Overrides:
getItems in class hudson.model.ListView

submit

protected void submit(org.kohsuke.stapler.StaplerRequest req)
               throws javax.servlet.ServletException,
                      hudson.model.Descriptor.FormException
Overrides:
submit in class hudson.model.ListView
Throws:
javax.servlet.ServletException
hudson.model.Descriptor.FormException


Copyright © 2010. All Rights Reserved.