Uses of Class
hudson.plugins.sectioned_view.SectionedViewSection.Width

Uses of SectionedViewSection.Width in hudson.plugins.sectioned_view
 

Methods in hudson.plugins.sectioned_view that return SectionedViewSection.Width
 SectionedViewSection.Width SectionedViewSection.getWidth()
           
static SectionedViewSection.Width SectionedViewSection.Width.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SectionedViewSection.Width[] SectionedViewSection.Width.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.sectioned_view with parameters of type SectionedViewSection.Width
 void SectionedViewSection.setWidth(SectionedViewSection.Width width)
           
 

Constructors in hudson.plugins.sectioned_view with parameters of type SectionedViewSection.Width
JobGraphsSection(java.lang.String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment)
           
ListViewSection(java.lang.String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment)
           
SectionedViewSection(java.lang.String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment)
           
TestResultViewSection(java.lang.String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment)
           
TextSection(java.lang.String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment, java.lang.String text)
          Deprecated. since 1.8 use #TextSection(String, Width, Positioning, String, Style) instead
TextSection(java.lang.String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment, java.lang.String text, TextSection.Style style)
           
 



Copyright © 2010. All Rights Reserved.