Uses of Enum Class
hudson.plugins.android_emulator.monkey.BuildOutcome
Packages that use BuildOutcome
-
Uses of BuildOutcome in hudson.plugins.android_emulator.monkey
Fields in hudson.plugins.android_emulator.monkey declared as BuildOutcomeModifier and TypeFieldDescriptionfinal BuildOutcome
MonkeyRecorder.failureOutcome
Build outcome in case we detect monkey ended prematurely.Methods in hudson.plugins.android_emulator.monkey that return BuildOutcomeModifier and TypeMethodDescriptionstatic BuildOutcome
Returns the enum constant of this class with the specified name.static BuildOutcome[]
BuildOutcome.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in hudson.plugins.android_emulator.monkey with parameters of type BuildOutcome