JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
org.jenkinsci.test.acceptance.junit.WithOS.OS
Packages that use
WithOS.OS
Package
Description
org.jenkinsci.test.acceptance.junit
Glue to write acceptance tests in JUnit.
Uses of
WithOS.OS
in
org.jenkinsci.test.acceptance.junit
Methods in
org.jenkinsci.test.acceptance.junit
that return
WithOS.OS
Modifier and Type
Method
Description
static
WithOS.OS
WithOS.OS.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
WithOS.OS
[]
WithOS.OS.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.