Uses of Enum Class
hudson.matrix.Axis.Orientation
Packages that use Axis.Orientation
-
Uses of Axis.Orientation in hudson.matrix
Methods in hudson.matrix that return Axis.OrientationModifier and TypeMethodDescriptionAxis.getOrientation()Returns how this axis should be laid out in the configuration matrix table.static Axis.OrientationReturns the enum constant of this class with the specified name.static Axis.Orientation[]Axis.Orientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.matrix with parameters of type Axis.OrientationModifier and TypeMethodDescriptionvoidAxis.setOrientation(Axis.Orientation orientation) Sets the preferred orientation of this axis in the configuration matrix table.