Uses of Enum Class
hudson.plugins.sectioned_view.SectionedViewSection.Width
-
Uses of SectionedViewSection.Width in hudson.plugins.sectioned_view
Modifier 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.Modifier and TypeMethodDescriptionvoid
SectionedViewSection.setWidth
(SectionedViewSection.Width width) 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