Package hudson.matrix

Class JDKAxis

    • Constructor Detail

      • JDKAxis

        public JDKAxis​(List<String> values)
        JDK axis was used to be stored as a plain "Axis" with the name "jdk", so it cannot be configured by any other name.
      • JDKAxis

        @DataBoundConstructor
        public JDKAxis​(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