|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork2.ActionSupport org.apache.maven.continuum.web.action.PlexusActionSupport org.apache.maven.continuum.web.action.ContinuumActionSupport org.apache.maven.continuum.web.action.ReleaseProjectAction
public class ReleaseProjectAction
Field Summary | |
---|---|
protected static String |
REQUIRES_CONFIGURATION
|
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 | |
---|---|
ReleaseProjectAction()
|
Method Summary | |
---|---|
String |
execute()
|
String |
getGoal()
|
String |
getPreparedReleaseId()
|
Map<String,String> |
getPreparedReleases()
|
Project |
getProject()
|
String |
getProjectGroupName()
|
int |
getProjectId()
|
String |
getProjectName()
|
List |
getReleaseList()
|
String |
getScmUrl()
|
String |
promptReleaseGoal()
|
void |
setGoal(String goal)
|
void |
setPreparedReleaseId(String preparedReleaseId)
|
void |
setPreparedReleases(Map<String,String> preparedReleases)
|
void |
setProject(Project project)
|
void |
setProjectId(int projectId)
|
void |
setProjectName(String projectName)
|
void |
setReleaseList(List releaseList)
|
void |
setScmUrl(String scmUrl)
|
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 |
---|
protected static final String REQUIRES_CONFIGURATION
Constructor Detail |
---|
public ReleaseProjectAction()
Method Detail |
---|
public String promptReleaseGoal() throws Exception
Exception
public String execute() throws Exception
execute
in interface com.opensymphony.xwork2.Action
execute
in class ContinuumActionSupport
Exception
public int getProjectId()
public void setProjectId(int projectId)
public String getGoal()
public void setGoal(String goal)
public Project getProject()
public void setProject(Project project)
public String getScmUrl()
public void setScmUrl(String scmUrl)
public List getReleaseList()
public void setReleaseList(List releaseList)
public String getPreparedReleaseId()
public void setPreparedReleaseId(String preparedReleaseId)
public String getProjectName()
public void setProjectName(String projectName)
public String getProjectGroupName() throws ContinuumException
ContinuumException
public Map<String,String> getPreparedReleases()
public void setPreparedReleases(Map<String,String> preparedReleases)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |