Uses of Enum Class
hudson.plugins.sectioned_view.SectionedViewSection.Positioning
-
Uses of SectionedViewSection.Positioning in hudson.plugins.sectioned_view
Methods in hudson.plugins.sectioned_view that return SectionedViewSection.PositioningModifier 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.Methods in hudson.plugins.sectioned_view with parameters of type SectionedViewSection.PositioningModifier and TypeMethodDescriptionvoid
SectionedViewSection.setAlignment
(SectionedViewSection.Positioning alignment) Constructors in hudson.plugins.sectioned_view with parameters of type SectionedViewSection.PositioningModifierConstructorDescriptionFolderViewSection
(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