|
||||||||||
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.admin.ProfileAction
public class ProfileAction
Field Summary |
---|
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 | |
---|---|
ProfileAction()
|
Method Summary | |
---|---|
String |
addInstallation()
|
String |
confirmDelete()
|
String |
delete()
|
String |
edit()
|
List<Installation> |
getAllInstallations()
|
List<BuildAgentGroupConfiguration> |
getBuildAgentGroups()
|
int |
getInstallationId()
|
Profile |
getProfile()
|
List<Installation> |
getProfileInstallations()
|
List<Profile> |
getProfiles()
|
org.codehaus.redback.integration.interceptor.SecureActionBundle |
getSecureActionBundle()
|
String |
input()
|
String |
list()
|
void |
prepare()
|
String |
removeInstallation()
|
String |
save()
|
void |
setAllInstallations(List<Installation> allInstallations)
|
void |
setBuildAgentGroups(List<BuildAgentGroupConfiguration> buildAgentGroups)
|
void |
setInstallationId(int installationId)
|
void |
setProfile(Profile profile)
|
void |
setProfileInstallations(List<Installation> profileInstallations)
|
void |
setProfiles(List<Profile> profiles)
|
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 |
Constructor Detail |
---|
public ProfileAction()
Method Detail |
---|
public void prepare() throws Exception
prepare
in interface com.opensymphony.xwork2.Preparable
prepare
in class ContinuumActionSupport
Exception
public String input() throws Exception
input
in class ContinuumActionSupport
Exception
public String list() throws Exception
Exception
public String edit() throws Exception
Exception
public String save() throws Exception
Exception
public String delete() throws Exception
Exception
public String confirmDelete() throws ProfileException
ProfileException
public String addInstallation() throws Exception
Exception
public String removeInstallation() throws Exception
Exception
public org.codehaus.redback.integration.interceptor.SecureActionBundle getSecureActionBundle() throws org.codehaus.redback.integration.interceptor.SecureActionException
getSecureActionBundle
in interface org.codehaus.redback.integration.interceptor.SecureAction
org.codehaus.redback.integration.interceptor.SecureActionException
public List<Profile> getProfiles()
public void setProfiles(List<Profile> profiles)
public Profile getProfile()
public void setProfile(Profile profile)
public List<Installation> getAllInstallations() throws Exception
Exception
public void setAllInstallations(List<Installation> allInstallations)
public List<Installation> getProfileInstallations()
public void setProfileInstallations(List<Installation> profileInstallations)
public int getInstallationId()
public void setInstallationId(int installationId)
public List<BuildAgentGroupConfiguration> getBuildAgentGroups()
public void setBuildAgentGroups(List<BuildAgentGroupConfiguration> buildAgentGroups)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |