hudson.plugins.sectioned_view
Class SectionedViewSection

java.lang.Object
  extended by hudson.plugins.sectioned_view.SectionedViewSection
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<SectionedViewSection>
Direct Known Subclasses:
JobGraphsSection, ListViewSection, TestResultViewSection

public abstract class SectionedViewSection
extends java.lang.Object
implements hudson.ExtensionPoint, hudson.model.Describable<SectionedViewSection>


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
SectionedViewSection(java.lang.String name)
           
 
Method Summary
static hudson.DescriptorExtensionList<SectionedViewSection,SectionedViewSectionDescriptor> all()
          Returns all the registered SectionedViewSection descriptors.
 boolean contains(hudson.model.TopLevelItem item)
           
 SectionedViewSectionDescriptor getDescriptor()
           
 java.lang.String getIncludeRegex()
           
 java.util.Collection<hudson.model.TopLevelItem> getItems()
           
 java.lang.String getName()
           
protected  java.lang.Object readResolve()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionedViewSection

public SectionedViewSection(java.lang.String name)
Method Detail

all

public static hudson.DescriptorExtensionList<SectionedViewSection,SectionedViewSectionDescriptor> all()
Returns all the registered SectionedViewSection descriptors.


getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getIncludeRegex

public java.lang.String getIncludeRegex()

contains

public boolean contains(hudson.model.TopLevelItem item)

readResolve

protected java.lang.Object readResolve()

getItems

public java.util.Collection<hudson.model.TopLevelItem> getItems()

getDescriptor

public SectionedViewSectionDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<SectionedViewSection>


Copyright © 2009. All Rights Reserved.