Uses of Enum 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.WidthModifier and TypeMethodDescriptionSectionedViewSection.getWidth()
static SectionedViewSection.Width
Returns the enum constant of this class with the specified name.static SectionedViewSection.Width[]
SectionedViewSection.Width.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.plugins.sectioned_view with parameters of type SectionedViewSection.WidthModifier and TypeMethodDescriptionvoid
SectionedViewSection.setWidth
(SectionedViewSection.Width width) Constructors in hudson.plugins.sectioned_view with parameters of type SectionedViewSection.WidthModifierConstructorDescriptionFolderViewSection
(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment, int viewColumns, int folderLevels, boolean hideJobs, String regexFilter) JobGraphsSection
(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment) ListViewSection
(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment) SectionedViewSection
(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment) TestResultViewSection
(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment) TextSection
(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment, String text) Deprecated.TextSection
(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment, String text, TextSection.Style style) ViewListingSection
(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment, List<String> views, int columns)
TextSection(String, Width, Positioning, String, Style)
instead