Uses of Enum Class
hudson.plugins.sectioned_view.TextSection.Style
-
Uses of TextSection.Style in hudson.plugins.sectioned_view
Methods in hudson.plugins.sectioned_view that return TextSection.StyleModifier and TypeMethodDescriptionTextSection.getStyle()static TextSection.StyleReturns the enum constant of this class with the specified name.static TextSection.Style[]TextSection.Style.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in hudson.plugins.sectioned_view with parameters of type TextSection.StyleModifierConstructorDescriptionTextSection(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment, String text, TextSection.Style style)