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, TextSection

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


Nested Class Summary
static class SectionedViewSection.Positioning
          Constants that control how a Section is positioned.
static class SectionedViewSection.Width
          Constants that control how a Section is floated.
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
SectionedViewSection(java.lang.String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment)
           
 
Method Summary
static hudson.DescriptorExtensionList<SectionedViewSection,SectionedViewSectionDescriptor> all()
          Returns all the registered SectionedViewSection descriptors.
 boolean contains(hudson.model.TopLevelItem item)
           
 SectionedViewSection.Positioning getAlignment()
           
 java.lang.String getCss()
           
 SectionedViewSectionDescriptor getDescriptor()
           
 java.lang.String getIncludeRegex()
           
 java.util.Collection<hudson.model.TopLevelItem> getItems()
           
 java.lang.String getName()
           
 SectionedViewSection.Width getWidth()
           
protected  java.lang.Object readResolve()
           
 void setAlignment(SectionedViewSection.Positioning alignment)
           
 void setName(java.lang.String name)
           
 void setWidth(SectionedViewSection.Width width)
           
 
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,
                            SectionedViewSection.Width width,
                            SectionedViewSection.Positioning alignment)
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()

getWidth

public SectionedViewSection.Width getWidth()

setWidth

public void setWidth(SectionedViewSection.Width width)

getAlignment

public SectionedViewSection.Positioning getAlignment()

setAlignment

public void setAlignment(SectionedViewSection.Positioning alignment)

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>

getCss

public java.lang.String getCss()


Copyright © 2010. All Rights Reserved.