Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual.ManualTriggerAction.Approval
-
Packages that use ManualTriggerAction.Approval Package Description com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual -
-
Uses of ManualTriggerAction.Approval in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual that return ManualTriggerAction.Approval Modifier and Type Method Description static ManualTriggerAction.Approval
ManualTriggerAction.Approval. valueOf(String name)
Returns the enum constant of this type with the specified name.static ManualTriggerAction.Approval[]
ManualTriggerAction.Approval. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-