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, java.io.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
- 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, doDefault, execute, getContinuum, getPrincipal, getResourceBundle, getSecuritySystem, input, isAuthenticated, prepare, requiresAuthentication, setContinuum |
| Methods inherited from class com.opensymphony.xwork2.ActionSupport |
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueuesAction
public QueuesAction()
cancelCurrent
public java.lang.String cancelCurrent()
throws java.lang.Exception
- Throws:
java.lang.Exception
removeCheckout
public java.lang.String removeCheckout()
throws java.lang.Exception
- Throws:
java.lang.Exception
cancelCurrentCheckout
public java.lang.String cancelCurrentCheckout()
throws java.lang.Exception
- Throws:
java.lang.Exception
display
public java.lang.String display()
throws java.lang.Exception
- Throws:
java.lang.Exception
remove
public java.lang.String remove()
throws java.lang.Exception
- Throws:
java.lang.Exception
removeBuildEntries
public java.lang.String removeBuildEntries()
throws java.lang.Exception
- Throws:
java.lang.Exception
removeCheckoutEntries
public java.lang.String removeCheckoutEntries()
throws java.lang.Exception
- Throws:
java.lang.Exception
removePrepareBuildEntry
public java.lang.String removePrepareBuildEntry()
throws java.lang.Exception
- Throws:
java.lang.Exception
removePrepareBuildEntries
public java.lang.String removePrepareBuildEntries()
throws java.lang.Exception
- Throws:
java.lang.Exception
cancelDistributedBuild
public java.lang.String cancelDistributedBuild()
throws java.lang.Exception
- Throws:
java.lang.Exception
removeDistributedPrepareBuildEntry
public java.lang.String removeDistributedPrepareBuildEntry()
throws java.lang.Exception
- Throws:
java.lang.Exception
removeDistributedPrepareBuildEntries
public java.lang.String removeDistributedPrepareBuildEntries()
throws java.lang.Exception
- Throws:
java.lang.Exception
removeDistributedBuildEntry
public java.lang.String removeDistributedBuildEntry()
throws java.lang.Exception
- Throws:
java.lang.Exception
removeDistributedBuildEntries
public java.lang.String removeDistributedBuildEntries()
throws java.lang.Exception
- Throws:
java.lang.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 java.lang.String getProjectName()
setProjectName
public void setProjectName(java.lang.String projectName)
getSelectedBuildTaskHashCodes
public java.util.List<java.lang.String> getSelectedBuildTaskHashCodes()
setSelectedBuildTaskHashCodes
public void setSelectedBuildTaskHashCodes(java.util.List<java.lang.String> selectedBuildTaskHashCodes)
getSelectedCheckOutTaskHashCodes
public java.util.List<java.lang.String> getSelectedCheckOutTaskHashCodes()
setSelectedCheckOutTaskHashCodes
public void setSelectedCheckOutTaskHashCodes(java.util.List<java.lang.String> selectedCheckOutTaskHashCodes)
getCurrentBuildProjectTasks
public java.util.List<BuildProjectQueue> getCurrentBuildProjectTasks()
setCurrentBuildProjectTasks
public void setCurrentBuildProjectTasks(java.util.List<BuildProjectQueue> currentBuildProjectTasks)
getCurrentCheckoutTasks
public java.util.List<CheckoutQueue> getCurrentCheckoutTasks()
setCurrentCheckoutTasks
public void setCurrentCheckoutTasks(java.util.List<CheckoutQueue> currentCheckoutTasks)
getBuildsInQueue
public java.util.List<BuildProjectQueue> getBuildsInQueue()
setBuildsInQueue
public void setBuildsInQueue(java.util.List<BuildProjectQueue> buildsInQueue)
getCheckoutsInQueue
public java.util.List<CheckoutQueue> getCheckoutsInQueue()
setCheckoutsInQueue
public void setCheckoutsInQueue(java.util.List<CheckoutQueue> checkoutsInQueue)
getCurrentDistributedPrepareBuilds
public java.util.List<PrepareBuildSummary> getCurrentDistributedPrepareBuilds()
getCurrentDistributedBuilds
public java.util.List<DistributedBuildSummary> getCurrentDistributedBuilds()
getDistributedPrepareBuildQueues
public java.util.List<PrepareBuildSummary> getDistributedPrepareBuildQueues()
getDistributedBuildQueues
public java.util.List<DistributedBuildSummary> getDistributedBuildQueues()
getCurrentPrepareBuilds
public java.util.List<PrepareBuildSummary> getCurrentPrepareBuilds()
getPrepareBuildQueues
public java.util.List<PrepareBuildSummary> getPrepareBuildQueues()
getBuildAgentUrl
public java.lang.String getBuildAgentUrl()
setBuildAgentUrl
public void setBuildAgentUrl(java.lang.String buildAgentUrl)
setProjectGroupId
public void setProjectGroupId(int projectGroupId)
setScmRootId
public void setScmRootId(int scmRootId)
setSelectedPrepareBuildTaskHashCodes
public void setSelectedPrepareBuildTaskHashCodes(java.util.List<java.lang.String> selectedPrepareBuildTaskHashCodes)
getSelectedPrepareBuildTaskHashCodes
public java.util.List<java.lang.String> getSelectedPrepareBuildTaskHashCodes()