Uses of Class
com.axis.system.jenkins.plugins.downstream.tree.Matrix.Arrow
-
Packages that use Matrix.Arrow Package Description com.axis.system.jenkins.plugins.downstream.tree -
-
Uses of Matrix.Arrow in com.axis.system.jenkins.plugins.downstream.tree
Methods in com.axis.system.jenkins.plugins.downstream.tree that return Matrix.Arrow Modifier and Type Method Description Matrix.Arrow
Matrix.Entry. getArrow()
static Matrix.Arrow
Matrix.Arrow. valueOf(String name)
Returns the enum constant of this type with the specified name.static Matrix.Arrow[]
Matrix.Arrow. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.axis.system.jenkins.plugins.downstream.tree with parameters of type Matrix.Arrow Constructor Description Entry(Matrix.Arrow arrow)
Entry(Matrix.Arrow arrow, T data)
-