Package hudson.matrix

Class LabelAxis

All Implemented Interfaces:
ExtensionPoint, Describable<Axis>, Comparable<Axis>, Iterable<String>

public class LabelAxis extends Axis
Axis that selects label expressions.
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • LabelAxis

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

    • 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
    • isChecked

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public boolean isChecked(String name)