org.apache.maven.continuum.web.action.admin
Class QueuesAction
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.QueuesAction
- All Implemented Interfaces:
- com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, Serializable, org.apache.struts2.interceptor.SessionAware, org.codehaus.redback.integration.interceptor.SecureAction
public class QueuesAction
- extends ContinuumActionSupport
- implements org.codehaus.redback.integration.interceptor.SecureAction
- Since:
- 24 sept. 07
- Version:
- $Id: QueuesAction.java 1372260 2012-08-13 04:29:09Z brett $
- Author:
- olamy
- See Also:
- Serialized Form
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Methods inherited from class org.apache.maven.continuum.web.action.ContinuumActionSupport |
checkAddGroupBuildDefinitionAuthorization, checkAddProjectBuildDefinitionAuthorization, checkAddProjectGroupAuthorization, checkAddProjectGroupNotifierAuthorization, checkAddProjectNotifierAuthorization, checkAddProjectToGroupAuthorization, checkAuthorization, checkAuthorization, checkAuthorization, checkBuildProjectGroupAuthorization, checkBuildProjectInGroupAuthorization, checkManageConfigurationAuthorization, checkManageLocalRepositoriesAuthorization, checkManageQueuesAuthorization, checkManageSchedulesAuthorization, checkModifyGroupBuildDefinitionAuthorization, checkModifyProjectBuildDefinitionAuthorization, checkModifyProjectGroupAuthorization, checkModifyProjectGroupNotifierAuthorization, checkModifyProjectInGroupAuthorization, checkModifyProjectNotifierAuthorization, checkRemoveGroupBuildDefinitionAuthorization, checkRemoveProjectBuildDefinitionAuthorization, checkRemoveProjectFromGroupAuthorization, checkRemoveProjectGroupAuthorization, checkRemoveProjectGroupNotifierAuthorization, checkRemoveProjectNotifierAuthorization, checkViewProjectGroupAuthorization, checkViewReportsAuthorization, doDefault, execute, getContinuum, getPrincipal, getResourceBundle, getSecuritySystem, getUser, input, isAuthenticated, prepare, requiresAuthentication, setContinuum |
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 |
QueuesAction
public QueuesAction()
cancelCurrent
public String cancelCurrent()
throws Exception
- Throws:
Exception
removeCheckout
public String removeCheckout()
throws Exception
- Throws:
Exception
cancelCurrentCheckout
public String cancelCurrentCheckout()
throws Exception
- Throws:
Exception
display
public String display()
throws Exception
- Throws:
Exception
remove
public String remove()
throws Exception
- Throws:
Exception
removeBuildEntries
public String removeBuildEntries()
throws Exception
- Throws:
Exception
removeCheckoutEntries
public String removeCheckoutEntries()
throws Exception
- Throws:
Exception
removePrepareBuildEntry
public String removePrepareBuildEntry()
throws Exception
- Throws:
Exception
removePrepareBuildEntries
public String removePrepareBuildEntries()
throws Exception
- Throws:
Exception
cancelDistributedBuild
public String cancelDistributedBuild()
throws Exception
- Throws:
Exception
removeDistributedPrepareBuildEntry
public String removeDistributedPrepareBuildEntry()
throws Exception
- Throws:
Exception
removeDistributedPrepareBuildEntries
public String removeDistributedPrepareBuildEntries()
throws Exception
- Throws:
Exception
removeDistributedBuildEntry
public String removeDistributedBuildEntry()
throws Exception
- Throws:
Exception
removeDistributedBuildEntries
public String removeDistributedBuildEntries()
throws Exception
- Throws:
Exception
getSecureActionBundle
public org.codehaus.redback.integration.interceptor.SecureActionBundle getSecureActionBundle()
throws org.codehaus.redback.integration.interceptor.SecureActionException
- Specified by:
getSecureActionBundle
in interface org.codehaus.redback.integration.interceptor.SecureAction
- Throws:
org.codehaus.redback.integration.interceptor.SecureActionException
getBuildDefinitionId
public int getBuildDefinitionId()
setBuildDefinitionId
public void setBuildDefinitionId(int buildDefinitionId)
getProjectId
public int getProjectId()
setProjectId
public void setProjectId(int projectId)
getTrigger
public int getTrigger()
setTrigger
public void setTrigger(int trigger)
getProjectName
public String getProjectName()
setProjectName
public void setProjectName(String projectName)
getSelectedBuildTaskHashCodes
public List<String> getSelectedBuildTaskHashCodes()
setSelectedBuildTaskHashCodes
public void setSelectedBuildTaskHashCodes(List<String> selectedBuildTaskHashCodes)
getSelectedCheckOutTaskHashCodes
public List<String> getSelectedCheckOutTaskHashCodes()
setSelectedCheckOutTaskHashCodes
public void setSelectedCheckOutTaskHashCodes(List<String> selectedCheckOutTaskHashCodes)
getCurrentBuildProjectTasks
public List<BuildProjectQueue> getCurrentBuildProjectTasks()
setCurrentBuildProjectTasks
public void setCurrentBuildProjectTasks(List<BuildProjectQueue> currentBuildProjectTasks)
getCurrentCheckoutTasks
public List<CheckoutQueue> getCurrentCheckoutTasks()
setCurrentCheckoutTasks
public void setCurrentCheckoutTasks(List<CheckoutQueue> currentCheckoutTasks)
getBuildsInQueue
public List<BuildProjectQueue> getBuildsInQueue()
setBuildsInQueue
public void setBuildsInQueue(List<BuildProjectQueue> buildsInQueue)
getCheckoutsInQueue
public List<CheckoutQueue> getCheckoutsInQueue()
setCheckoutsInQueue
public void setCheckoutsInQueue(List<CheckoutQueue> checkoutsInQueue)
getCurrentDistributedPrepareBuilds
public List<PrepareBuildSummary> getCurrentDistributedPrepareBuilds()
getCurrentDistributedBuilds
public List<DistributedBuildSummary> getCurrentDistributedBuilds()
getDistributedPrepareBuildQueues
public List<PrepareBuildSummary> getDistributedPrepareBuildQueues()
getDistributedBuildQueues
public List<DistributedBuildSummary> getDistributedBuildQueues()
getCurrentPrepareBuilds
public List<PrepareBuildSummary> getCurrentPrepareBuilds()
getPrepareBuildQueues
public List<PrepareBuildSummary> getPrepareBuildQueues()
getBuildAgentUrl
public String getBuildAgentUrl()
setBuildAgentUrl
public void setBuildAgentUrl(String buildAgentUrl)
setProjectGroupId
public void setProjectGroupId(int projectGroupId)
setScmRootId
public void setScmRootId(int scmRootId)
setSelectedPrepareBuildTaskHashCodes
public void setSelectedPrepareBuildTaskHashCodes(List<String> selectedPrepareBuildTaskHashCodes)
getSelectedPrepareBuildTaskHashCodes
public List<String> getSelectedPrepareBuildTaskHashCodes()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.