org.apache.maven.continuum.web.action.admin
Class QueuesAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by org.apache.maven.continuum.web.action.PlexusActionSupport
          extended by org.apache.maven.continuum.web.action.ContinuumActionSupport
              extended by 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

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
QueuesAction()
           
 
Method Summary
 String cancelCurrent()
           
 String cancelCurrentCheckout()
           
 String cancelDistributedBuild()
           
 String display()
           
 String getBuildAgentUrl()
           
 int getBuildDefinitionId()
           
 List<BuildProjectQueue> getBuildsInQueue()
           
 List<CheckoutQueue> getCheckoutsInQueue()
           
 List<BuildProjectQueue> getCurrentBuildProjectTasks()
           
 List<CheckoutQueue> getCurrentCheckoutTasks()
           
 List<DistributedBuildSummary> getCurrentDistributedBuilds()
           
 List<PrepareBuildSummary> getCurrentDistributedPrepareBuilds()
           
 List<PrepareBuildSummary> getCurrentPrepareBuilds()
           
 List<DistributedBuildSummary> getDistributedBuildQueues()
           
 List<PrepareBuildSummary> getDistributedPrepareBuildQueues()
           
 List<PrepareBuildSummary> getPrepareBuildQueues()
           
 int getProjectId()
           
 String getProjectName()
           
 org.codehaus.redback.integration.interceptor.SecureActionBundle getSecureActionBundle()
           
 List<String> getSelectedBuildTaskHashCodes()
           
 List<String> getSelectedCheckOutTaskHashCodes()
           
 List<String> getSelectedPrepareBuildTaskHashCodes()
           
 int getTrigger()
           
 String remove()
           
 String removeBuildEntries()
           
 String removeCheckout()
           
 String removeCheckoutEntries()
           
 String removeDistributedBuildEntries()
           
 String removeDistributedBuildEntry()
           
 String removeDistributedPrepareBuildEntries()
           
 String removeDistributedPrepareBuildEntry()
           
 String removePrepareBuildEntries()
           
 String removePrepareBuildEntry()
           
 void setBuildAgentUrl(String buildAgentUrl)
           
 void setBuildDefinitionId(int buildDefinitionId)
           
 void setBuildsInQueue(List<BuildProjectQueue> buildsInQueue)
           
 void setCheckoutsInQueue(List<CheckoutQueue> checkoutsInQueue)
           
 void setCurrentBuildProjectTasks(List<BuildProjectQueue> currentBuildProjectTasks)
           
 void setCurrentCheckoutTasks(List<CheckoutQueue> currentCheckoutTasks)
           
 void setProjectGroupId(int projectGroupId)
           
 void setProjectId(int projectId)
           
 void setProjectName(String projectName)
           
 void setScmRootId(int scmRootId)
           
 void setSelectedBuildTaskHashCodes(List<String> selectedBuildTaskHashCodes)
           
 void setSelectedCheckOutTaskHashCodes(List<String> selectedCheckOutTaskHashCodes)
           
 void setSelectedPrepareBuildTaskHashCodes(List<String> selectedPrepareBuildTaskHashCodes)
           
 void setTrigger(int trigger)
           
 
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 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

QueuesAction

public QueuesAction()
Method Detail

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.