Package hudson.matrix

Class LabelAxis

    • Constructor Detail

      • LabelAxis

        @DataBoundConstructor
        public LabelAxis​(String name,
                         List<String> values)
    • Method Detail

      • isSystem

        public boolean isSystem()
        Description copied from class: Axis
        Returns true if this axis is a system-reserved axis that used to have special treatment.
        Overrides:
        isSystem in class Axis
      • getValueString

        public String getValueString()
        Description copied from class: Axis
        Used for generating the config UI. If the axis is big and occupies a lot of space, use newline for separator to display multi-line text.
        Overrides:
        getValueString in class Axis
      • getValueStringHtmlEscaped

        public String getValueStringHtmlEscaped()