|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.apache.maven.continuum.web.action.PlexusActionSupport
org.apache.maven.continuum.web.action.ContinuumActionSupport
org.apache.continuum.web.action.ViewBuildsReportAction
public class ViewBuildsReportAction
Field Summary | |
---|---|
static String |
SEND_FILE
|
Fields inherited from class org.apache.maven.continuum.web.action.ContinuumActionSupport |
---|
dateFormatter, ERROR_MSG_AUTHORIZATION_REQUIRED, ERROR_MSG_PROCESSING_AUTHORIZATION, RELEASE_ERROR, REQUIRES_AUTHENTICATION, REQUIRES_AUTHORIZATION |
Fields inherited from class org.apache.maven.continuum.web.action.PlexusActionSupport |
---|
session |
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ViewBuildsReportAction()
|
Method Summary | |
---|---|
String |
downloadBuildsReport()
|
String |
execute()
|
int |
getBuildStatus()
|
Map<Integer,String> |
getBuildStatuses()
|
String |
getEndDate()
|
InputStream |
getInputStream()
|
int |
getNumPages()
|
int |
getPage()
|
List<ProjectBuildsSummary> |
getProjectBuilds()
|
int |
getProjectGroupId()
|
Map<Integer,String> |
getProjectGroups()
|
int |
getRowCount()
|
String |
getStartDate()
|
String |
getTriggeredBy()
|
String |
init()
|
void |
prepare()
|
void |
setBuildStatus(int buildStatus)
|
void |
setEndDate(String endDate)
|
void |
setPage(int page)
|
void |
setProjectGroupId(int projectGroupId)
|
void |
setRowCount(int rowCount)
|
void |
setStartDate(String startDate)
|
void |
setTriggeredBy(String triggeredBy)
|
Methods inherited from class org.apache.maven.continuum.web.action.PlexusActionSupport |
---|
setSession |
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SEND_FILE
Constructor Detail |
---|
public ViewBuildsReportAction()
Method Detail |
---|
public void prepare() throws Exception
prepare
in interface com.opensymphony.xwork2.Preparable
prepare
in class ContinuumActionSupport
Exception
public String init()
public String execute()
execute
in interface com.opensymphony.xwork2.Action
execute
in class ContinuumActionSupport
public String downloadBuildsReport()
public int getBuildStatus()
public void setBuildStatus(int buildStatus)
public int getProjectGroupId()
public void setProjectGroupId(int projectGroupId)
public String getTriggeredBy()
public void setTriggeredBy(String triggeredBy)
public String getStartDate()
public void setStartDate(String startDate)
public String getEndDate()
public void setEndDate(String endDate)
public int getRowCount()
public void setRowCount(int rowCount)
public Map<Integer,String> getBuildStatuses()
public Map<Integer,String> getProjectGroups()
public List<ProjectBuildsSummary> getProjectBuilds()
public int getPage()
public void setPage(int page)
public int getNumPages()
public InputStream getInputStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |