Package hudson.matrix

Class JDKAxis

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

public class JDKAxis extends Axis
Axis that selects available JDKs.
Author:
Kohsuke Kawaguchi
  • Constructor Details

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