Uses of Enum Class
hudson.plugins.sectioned_view.SectionedViewSection.Positioning
-
Uses of SectionedViewSection.Positioning in hudson.plugins.sectioned_view
Modifier and TypeMethodDescriptionSectionedViewSection.getAlignment()
Returns the enum constant of this class with the specified name.static SectionedViewSection.Positioning[]
SectionedViewSection.Positioning.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SectionedViewSection.setAlignment
(SectionedViewSection.Positioning alignment) ModifierConstructorDescriptionFolderViewSection
(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