public class AIQueueForm
extends org.apache.struts.action.ActionForm
| Modifier and Type | Field and Description |
|---|---|
static int |
Q_DECISION_APPROVE |
static int |
Q_DECISION_IGNORE |
| Constructor and Description |
|---|
AIQueueForm() |
| Modifier and Type | Method and Description |
|---|---|
Integer[] |
getPlatformsToProcess() |
int |
getQueueAction() |
Integer[] |
getServersToProcess() |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.ServletRequest request) |
void |
setPlatformsToProcess(Integer[] platforms) |
void |
setQueueAction(int action) |
void |
setServersToProcess(Integer[] servers) |
public static final int Q_DECISION_APPROVE
public static final int Q_DECISION_IGNORE
public Integer[] getPlatformsToProcess()
public void setPlatformsToProcess(Integer[] platforms)
public Integer[] getServersToProcess()
public void setServersToProcess(Integer[] servers)
public int getQueueAction()
public void setQueueAction(int action)
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class org.apache.struts.action.ActionFormpublic void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.ServletRequest request)
reset in class org.apache.struts.action.ActionFormCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.